/* Polices hébergées localement — évite le délai/scintillement dû au
   chargement depuis Google Fonts (aucun aller-retour réseau externe). */

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

/* Inter : police variable (toutes les graisses dans un seul fichier) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-variable.woff2') format('woff2');
}
