/* Self-hosted fonts (Wave 3F): elimina 780ms render-blocking do Google Fonts CSS
   e ~1300ms cadeia de dependencia cross-origin. font-display swap mantido.
   Inter eh variable font: 1 woff2 cobre weights 400-700. */

@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/black-ops-one-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/vt323-400.woff2') format('woff2');
}
