/* Self-hosted Reenie Beanie — the Google Fonts build ships a Latin-only subset with NO háček
   glyphs (č, ř, š, ž, ě, ů …), so Czech captions fell back to Caveat. This TTF (SIL OFL, from the
   font's full release) carries the complete Latin-Extended set — verified: all 24 Czech
   caron/acute/ring glyphs present. Loaded on every render surface (live app, text-renderer,
   export) so the handwritten Emboss punch preset renders Czech in the real hand, not a stand-in.
   `Reenie+Beanie` is removed from the Google Fonts <link>s so this is the only face for the family. */
@font-face {
  font-family: "Reenie Beanie";
  src: url("/subtitle-fonts/reenie-beanie-czech-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
