/* Self-hosted Tabler FILLED icons. The webfont ships filled glyphs under the SAME
   names as outline in a separate font; the app uses the React-style `-filled` suffix,
   so we remap exactly the filled classes we use to the filled font + glyph. */
@font-face{font-family:"tabler-icons-filled";font-style:normal;font-weight:400;src:url("/fonts/tabler-icons-filled.woff2") format("woff2")}
.ti-heart-filled,.ti-player-play-filled,.ti-bookmark-filled,.ti-circle-check-filled{font-family:"tabler-icons-filled" !important}
.ti-heart-filled:before{content:"\f67c"}
.ti-player-play-filled:before{content:"\f691"}
.ti-bookmark-filled:before{content:"\fa88"}
.ti-circle-check-filled:before{content:"\f704"}
