/* Tabler icon fonts only — glyph rules live in ats-ui/icons.css (avoids ~250KB full icon CSS). */
@font-face {
  font-family: "tabler-icons-filled";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/tabler-icons-filled.woff2?v3.45.0") format("woff2");
}
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/tabler-icons.woff2?v3.45.0") format("woff2");
}
.ti {
  font-family: "tabler-icons-filled", "tabler-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
