/* ============================================================
   fonts.css — Polices AUTO-HÉBERGÉES (RGPD, perf, zéro requête Google)
   Fichiers .woff2 rangés par police dans :
     templates/cerpe/fonts/public-sans/
     templates/cerpe/fonts/space-grotesk/
   Public Sans = corps · Space Grotesk = titres. font-display: swap (pas de FOIT).
   ============================================================ */

/* ---------- Public Sans (corps) ---------- */
@font-face {
  font-family: 'Public Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/public-sans/public-sans-v21-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('../fonts/public-sans/public-sans-v21-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/public-sans/public-sans-v21-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/public-sans/public-sans-v21-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/public-sans/public-sans-v21-latin_latin-ext-700.woff2') format('woff2');
}

/* ---------- Space Grotesk (titres) ---------- */
@font-face {
  font-family: 'Space Grotesk'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/space-grotesk/space-grotesk-v22-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/space-grotesk/space-grotesk-v22-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/space-grotesk/space-grotesk-v22-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/space-grotesk/space-grotesk-v22-latin_latin-ext-700.woff2') format('woff2');
}
