/* Critical font loading for TV/legacy browsers
   Loaded early via link in head - gives TVs a synchronous path to load fonts.
   Duplicate @font-face is safe; browsers use first successful load. */
@font-face {
  font-family: 'Oxanium';
  src: url('/fonts/Oxanium-Regular.woff2') format('woff2'),
       url('/fonts/Oxanium-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Rocker';
  src: url('/fonts/NewRocker-Regular.woff2') format('woff2'),
       url('/fonts/NewRocker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Black Ops One';
  src: url('/fonts/BlackOpsOne-Regular.woff2') format('woff2'),
       url('/fonts/BlackOpsOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
