/* ============================================================================
   Maquette DRIP — La Gourmand'ice · fonts.css
   Polices auto-hébergées (woff2 local, zéro CDN au runtime). Toutes SIL OFL.
     • Clash Display  → display (titres) — grotesque ronde et charnue, gourmand-pop
     • Hanken Grotesk → body (corps, UI) — variable, sous-set latin
   Détail licences : ../fonts/FONTS-LICENSE.txt
   ============================================================================ */

@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Hanken Grotesk est une police VARIABLE : un seul fichier couvre 100→900. */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
