/* Text-overlay fonts. The SAME .ttf files are vendored in
   backend/editor/fonts/ for the ffmpeg drawtext render, so preview and
   output match glyph-for-glyph. All are OFL/Apache-licensed Google
   Fonts; "Anton" is the free Impact-style face. Keys here mirror
   TEXT_FONT_FAMILIES in VideoEditor/migrateTimeline.ts and TEXT_FONTS
   in backend/editor/render.py. */

@font-face {
  font-family: 'OverlayImpact';
  src: url('/fonts/Anton-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'OverlayBangers';
  src: url('/fonts/Bangers-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'OverlayMarker';
  src: url('/fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'OverlayLobster';
  src: url('/fonts/Lobster-Regular.ttf') format('truetype');
  font-display: swap;
}
