/*
  Polices auto-hébergées (Vollkorn, Albert Sans, Caveat), sous-jeu latin.
  Avant : chargées depuis fonts.googleapis.com / fonts.gstatic.com à chaque visite
  (transfert de l'IP du visiteur vers Google — point relevé par la CNIL pour les
  sites français/UE). Fichiers d'origine : Google Fonts, licence SIL Open Font License.
*/

@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/vollkorn.woff2') format('woff2');
}

@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/vollkorn-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/albert-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('fonts/caveat.woff2') format('woff2');
}
