/* ============================================================
   minimal_ui — icons (Tabler Icons, vendored locally)

   Tabler Icons webfont v3.45.0 — https://tabler.io/icons  (MIT).
   Font binaries live in ../vendor/tabler/fonts/ and ship with the
   package, so there is NO network/CDN dependency at runtime.

   This is a SUBSET: only the @font-face + the icon classes the kit
   actually uses. The full set (~5900 icons) is available in
   ../vendor/tabler/tabler-icons.min.css if you want more — its
   @font-face points at the same font files.

   Usage:  <i class="ti ti-anchor" aria-hidden="true"></i>
   Icons are decorative here; add aria-hidden="true" (or an
   aria-label on the parent) so screen readers skip the glyph.
   ============================================================ */

@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendor/tabler/fonts/tabler-icons.woff2") format("woff2"),
       url("../vendor/tabler/fonts/tabler-icons.woff")  format("woff"),
       url("../vendor/tabler/fonts/tabler-icons.ttf")   format("truetype");
}

.ti {
  font-family: "tabler-icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- subset actually used by the kit --- */
.ti-adjustments-horizontal:before { content: "\ec38"; }
.ti-alert-triangle:before { content: "\ea06"; }
.ti-anchor:before { content: "\eb76"; }
.ti-arrow-up:before { content: "\ea25"; }
.ti-ban:before { content: "\ea2e"; }
.ti-box:before { content: "\ea45"; }
.ti-chart-bar:before { content: "\ea59"; }
.ti-chart-line:before { content: "\ea5c"; }
.ti-check:before { content: "\ea5e"; }
.ti-chevron-down:before { content: "\ea5f"; }
.ti-circle-check:before { content: "\ea67"; }
.ti-clock:before { content: "\ea70"; }
.ti-cloud:before { content: "\ea76"; }
.ti-contrast:before { content: "\ec4e"; }
.ti-filter:before { content: "\eaa5"; }
.ti-folder:before { content: "\eaad"; }
.ti-inbox:before { content: "\eac4"; }
.ti-info-circle:before { content: "\eac5"; }
.ti-list-tree:before { content: "\fafa"; }
.ti-lock:before { content: "\eae2"; }
.ti-microphone:before { content: "\eaf0"; }
.ti-news:before { content: "\eafd"; }
.ti-paperclip:before { content: "\eb02"; }
.ti-send:before { content: "\eb1e"; }
.ti-share:before { content: "\eb21"; }
.ti-sparkles:before { content: "\f6d7"; }
.ti-tools-kitchen-2:before { content: "\eeff"; }
.ti-world:before { content: "\eb54"; }
.ti-x:before { content: "\eb55"; }
