/* Polices self-hébergées — souveraineté + hors-ligne total (aucune requête vers Google).
   Cormorant Garamond & Manrope = polices variables : un seul woff2 couvre tous les poids.
   Subset latin (couvre les accents français). Remplace les liens fonts.googleapis.com. */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(cormorant-garamond-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(manrope-latin.woff2) format('woff2');
}
