/*!
 * Tabler Icons Filled — custom wrapper exposing the filled glyphs we use.
 * The bundled font is the full filled set, so classes can be added as needed.
 * Full font: @tabler/icons-webfont 3.44.0
 */
@font-face {
  font-family: "tabler-icons-filled";
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/tabler-icons-filled.woff2") format("woff2"),
       url("/css/fonts/tabler-icons-filled.woff") format("woff"),
       url("/css/fonts/tabler-icons-filled.ttf") format("truetype");
}

.tif {
  font-family: "tabler-icons-filled" !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;
}

.tif-star:before { content: "\f6a6"; }
.tif-shield-half:before { content: "\f357"; }
.tif-circle-check:before { content: "\f704"; }
