/* Force reload Tabler Icons - ensures font-face is loaded */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/tabler-icons.eot");
  src: url("/fonts/tabler-icons.eot") format("embedded-opentype"),
       url("/fonts/tabler-icons.woff2") format("woff2"),
       url("/fonts/tabler-icons.woff") format("woff"),
       url("/fonts/tabler-icons.ttf") format("truetype");
}

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