/* Tabler Icons — subset build (v49).
   Only the 15 glyphs the app actually uses. Replaces the full webfont
   (801 KB woff2 + 242 KB CSS) with a 3.4 KB woff2 + this tiny CSS.
   To add an icon: add its codepoint to fonts/ subset and a .ti-<name> rule here.
   Source: @tabler/icons-webfont 3.31.0 (MIT). */

@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* ?v bumped whenever the glyph set changes — busts the immutable font cache.
     v2 = 17 glyphs (added ti-users, ti-refresh). */
  src: url("./fonts/tabler-icons.subset.woff2?v=2") format("woff2");
}

.ti {
  font-family: "tabler-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-arrow-right::before        { content: "\ea1f"; }
.ti-building-factory-2::before { content: "\f082"; }
.ti-circle-check::before       { content: "\ea67"; }
.ti-clipboard-list::before     { content: "\ea6d"; }
.ti-clock::before              { content: "\ea70"; }
.ti-copy::before               { content: "\ea7a"; }
.ti-filter::before             { content: "\eaa5"; }
.ti-hanger::before             { content: "\ee9a"; }
.ti-home::before               { content: "\eac1"; }
.ti-pencil::before             { content: "\eb04"; }
.ti-plus::before               { content: "\eb0b"; }
.ti-ruler-measure::before      { content: "\f291"; }
.ti-send::before               { content: "\eb1e"; }
.ti-settings::before           { content: "\eb20"; }
.ti-trash::before              { content: "\eb41"; }
.ti-users::before              { content: "\ebf2"; }
.ti-refresh::before            { content: "\eb13"; }
