/* Police Infini auto-hébergée (évite les blocages CORS liés au chargement
   cross-origin depuis cnap.fr). Place les fichiers .woff dans un dossier
   /fonts/ à la racine de ton site, à côté de index.html. */

@font-face {
  font-family: 'Infini';
  src: url('/fonts/infini-romain.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Infini';
  src: url('/fonts/infini-italique.woff') format('woff');
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Infini';
  src: url('/fonts/infini-gras.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
