/* ==========================================================================
   Polices hébergées localement.

   Aucune requête n'est adressée à un service tiers : c'est ce que déclare la
   page Confidentialité du site.

   POUR ACTIVER LES VRAIES POLICES (une seule fois, 10 minutes) :

   1. Allez sur l'outil « google-webfonts-helper » (cherchez ce nom).
   2. Téléchargez, au format woff2, jeu de caractères « latin » :
        - Instrument Serif : regular 400 + italic 400
        - Hanken Grotesk  : 400, 500, 600
   3. Déposez les fichiers .woff2 dans ce dossier (assets/fonts/), en gardant
      exactement les noms utilisés ci-dessous.

   Tant que les fichiers ne sont pas là, le site utilise proprement les polices
   de secours déclarées dans style.css : rien ne casse.
   ========================================================================== */

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("instrument-serif-400.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("instrument-serif-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("hanken-grotesk-400.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("hanken-grotesk-500.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("hanken-grotesk-600.woff2") format("woff2");
}
