/*!
 * Tabler Icons 3.44.0 by Paweł Kuna — https://tabler.io
 * Licensed under MIT — see ./LICENSE in this folder.
 * Subset: only the glyphs used on this site (check, database, device-laptop,
 * settings, wifi-off, refresh, brand-windows).
 */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/tabler-icons-subset.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-brand-windows:before { content: "\ecd8"; }
.ti-check:before         { content: "\ea5e"; }
.ti-database:before      { content: "\ea88"; }
.ti-device-laptop:before { content: "\eb64"; }
.ti-refresh:before       { content: "\eb13"; }
.ti-settings:before      { content: "\eb20"; }
.ti-wifi-off:before      { content: "\ecfa"; }
