/* ==========================================================================
   Soul and Park — caractères
   Les trois familles sont hébergées ici, sur le serveur du site : aucune
   requête ne part chez un tiers, donc aucune adresse IP de visiteur n'est
   transmise. Archivo et Instrument Sans sont chargées en version variable,
   ce qui donne accès à l'axe de chasse utilisé par la mise au point des
   titres, et ne coûte qu'un seul fichier par famille.
   Licences : SIL Open Font License 1.1, textes joints dans /assets/fonts/.
   ========================================================================== */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-variable.woff2") format("woff2-variations"),
       url("../fonts/archivo-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans-variable.woff2") format("woff2-variations"),
       url("../fonts/instrument-sans-variable.woff2") format("woff2");
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
