/*!
 * Tabler Icons (outline) webfont — self-hosted subset.
 * Source: @tabler/icons-webfont@3.31.0 (MIT). Full font, but only the glyph
 * rules actually used in #mobile-view are kept here. Add the matching
 * `.ti-<name>:before { content:"\XXXX" }` line from the upstream CSS if you
 * introduce a new icon.
 */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/tabler-icons.woff2") format("woff2");
}
.ti {
  font-family: "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;
}
.ti-alert-triangle:before { content: "\ea06"; }
.ti-arrow-left:before { content: "\ea19"; }
.ti-bolt:before { content: "\ea38"; }
.ti-bulb:before { content: "\ea51"; }
.ti-calendar:before { content: "\ea53"; }
.ti-chevron-left:before { content: "\ea60"; }
.ti-clock:before { content: "\ea70"; }
.ti-crown:before { content: "\ed12"; }
.ti-dots:before { content: "\ea95"; }
.ti-eye:before { content: "\ea9a"; }
.ti-eye-off:before { content: "\ecf0"; }
.ti-inbox:before { content: "\eac4"; }
.ti-link:before { content: "\eade"; }
.ti-list-details:before { content: "\ef40"; }
.ti-lock:before { content: "\eae2"; }
.ti-plus:before { content: "\eb0b"; }
.ti-refresh:before { content: "\eb13"; }
.ti-settings:before { content: "\eb20"; }
.ti-speakerphone:before { content: "\ed61"; }
.ti-sun:before { content: "\eb30"; }
.ti-target:before { content: "\eb35"; }
.ti-ticket:before { content: "\eb3d"; }
.ti-world:before { content: "\eb54"; }
