/* ============================================================
   Polices auto-hébergées — aucune requête vers Google
   (conforme RGPD : l'IP du visiteur n'est plus transmise à Google)
   Lancez build-fonts.sh une fois pour télécharger les .woff2.
   ============================================================ */

/* Spectral — titres (un seul poids utilisé : 600) */
@font-face{
  font-family:'Spectral';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('./spectral-600.woff2') format('woff2');
}

/* Nunito Sans — corps de texte (400 / 600 / 700 / 800) */
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./nunito-sans-400.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('./nunito-sans-600.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('./nunito-sans-700.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('./nunito-sans-800.woff2') format('woff2');
}
