/* ==========================================================================
   Polices auto-hébergées, format woff2 uniquement.
   Récupération via Fontsource :
     npm i @fontsource-variable/archivo @fontsource/barlow-condensed
     npm i @fontsource-variable/roboto-mono
   Aucun appel à Google Fonts : rien ne sort du domaine.

   Barlow Condensed porte la titraille. C'est le registre de la presse
   sportive : chasse étroite, capitales serrées, gros titres qui tiennent
   sur une ligne. Archivo assure le texte courant, Roboto Mono les chiffres.
   ========================================================================== */

/* Barlow Condensed, titraille. Deux graisses suffisent. */
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Archivo, texte courant. Variable, poids 100 à 900. */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-variable.woff2") format("woff2-variations"),
       url("../fonts/archivo-latin-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto Mono, scores, heures, chiffres de tableau. */
@font-face {
  font-family: "Roboto Mono";
  src: url("../fonts/roboto-mono-latin-variable.woff2") format("woff2-variations"),
       url("../fonts/roboto-mono-latin-variable.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
