/* ===== Guyatouc Marché - polices auto-hébergées ===== */
/* Space Grotesk (display, titres) + Hanken Grotesk (corps). Fichiers .woff2   */
/* commités dans assets/fonts/, jamais de lien fonts.googleapis.com ou tout    */
/* autre CDN (Leçon 23 étendue, PLANNING-THEME-AUTONOME.md section 4).         */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/space-grotesk-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/hanken-grotesk-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/hanken-grotesk-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/hanken-grotesk-900.woff2') format('woff2');
}

:root {
  --od-font-display: 'Space Grotesk', sans-serif;
  --od-font-body: 'Hanken Grotesk', system-ui, sans-serif;
}
