/* ═══════════════════════════════════════════════════════════════
   FONTS.CSS - Polices hébergées localement
   Aucune dépendance réseau, zéro flash au chargement (FOUT)
   Les fichiers .woff2 sont dans le dossier fonts/
═══════════════════════════════════════════════════════════════ */

/* ── Cormorant Garamond 300 ──────────────────────────────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

/* ── Cormorant Garamond 300 Italic ───────────────────────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

/* ── Cormorant Garamond Regular (400) ────────────────────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* ── Cormorant Garamond Regular Italic ───────────────────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

/* ── Jost 200 ────────────────────────────────────────────────── */
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-v20-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

/* ── Jost 300 ────────────────────────────────────────────────── */
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-v20-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

/* ── Jost Regular (400) ──────────────────────────────────────── */
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
