/* Fontes locais — OBRIGATÓRIO (nada de CDN: se o Fire Stick perder internet,
   fontes remotas quebram o layout).
   Coloque os arquivos .woff2 nesta pasta — veja LEIA-ME.md. */

@font-face {
  font-family: 'Bebas Neue';
  src: url('/assets/fontes/bebas-neue-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fontes/montserrat-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fontes/montserrat-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
