/* ======================================================================
   Polices auto-hébergées (RGPD : pas de Google Fonts CDN, + perf)
   Fichiers .woff2 dans /assets/fonts/ (sous-ensemble latin, accents FR inclus).
   - Newsreader (serif humaniste) : titres de section (H2/H3) + corps de texte.
   - Kaushan Script (script pinceau) : grands titres (H1/hero) + marque footer.
   ====================================================================== */

/* --- Newsreader (corps + titres de section) --- */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/newsreader-400.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/newsreader-600.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/newsreader-italic.woff2") format("woff2");
}

/* --- Kaushan Script (grands titres + marque) --- */
@font-face {
  font-family: "Kaushan Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/kaushan-script.woff2") format("woff2");
}
