/* ============================================================
   TOOL FONTS — auto-hebergees (etaient servies par Google Fonts)
   Fraunces (Undercase Type) + Inter Tight (Rasmus Andersson), SIL OFL 1.1.
   Sous-ensemble latin variable, subsette au jeu de caracteres du site.
   Remplace le couple preconnect + stylesheet vers fonts.googleapis.com :
   supprime 2 handshakes externes sur le chemin critique, et toute
   remontee d'IP visiteur vers Google (RGPD).
   ============================================================ */
@font-face{
  font-family:'Fraunces'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('../fonts/fraunces-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces'; font-style:italic; font-weight:100 900; font-display:swap;
  src:url('../fonts/fraunces-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Inter Tight'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('../fonts/intertight-normal.woff2') format('woff2');
}
