/* Polices hébergées ici plutôt que chargées depuis Google Fonts.

   Trois raisons : la feuille distante bloquait le premier rendu (~350 ms
   mesurés au Lighthouse), la politique de sécurité du site interdit le
   contournement habituel par script en ligne, et l'adresse IP des visiteurs
   n'est plus transmise à un tiers.

   Les fichiers ne contiennent que le jeu latin, réduit aux caractères
   employés sur le site plus un socle français complet : 145 Ko au lieu des
   207 Ko d'origine. Polices sous licence SIL Open Font License. */

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

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

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

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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/inter-600-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/space-mono-400-latin.woff2) format('woff2');
}
