/* ============================================================
   Cleana — Polices auto-hébergées (nLPD/RGPD : aucun appel externe)
   Jost           : sans-serif géométrique variable (titres) — proche du
                    lettrage du logo (style Futura / Century Gothic).
   Hanken Grotesk : grotesque humaniste variable (corps/UI) — axe wght.
   ============================================================ */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/jost-wght-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/jost-wght-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/hanken-wght-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/hanken-wght-italic.woff2') format('woff2');
}
