/* Polices auto-hébergées (RGPD).
   Aucune requête vers Google Fonts / fonts.gstatic.com : plus aucun transfert
   d'adresse IP des visiteurs vers Google sans consentement.
   Sous-ensemble « latin » (couvre tous les caractères accentués français). */

/* EB Garamond — fichier latin (police variable, graisses 400 → 600). */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/ebgaramond-latin-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ebgaramond-latin-italic.woff2') format('woff2');
}

/* Inter — fichier latin (police variable, graisses 400 → 700). Back-office. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
}
