/* Fontes self-hosted (subset latin) — sem dependência de CDN, funciona offline.
   DM Sans é fonte variável: um único woff2 cobre os pesos 300–600. */

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

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/dm-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/dm-sans-italic.woff2') format('woff2');
}
