/* BANANA LOVER · fonts.css : polices auto-hébergées (RGPD, aucune requête Google en prod)
   Jost (display) · Mulish (body) · Caveat 600 (signature manifeste)
   Les fichiers .woff2 sont dans assets/fonts/. font-display:swap pour la perf. */

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

/* ---------- Mulish (body) ---------- */
@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/mulish-v18-latin-regular.woff2') format('woff2')}
@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;
  src:url('../fonts/mulish-v18-latin-500.woff2') format('woff2')}
@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;
  src:url('../fonts/mulish-v18-latin-600.woff2') format('woff2')}
@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/mulish-v18-latin-700.woff2') format('woff2')}

/* ---------- Caveat (signature manuscrite du manifeste uniquement) ---------- */
@font-face{font-family:'Caveat';font-style:normal;font-weight:600;font-display:swap;
  src:url('../fonts/caveat-v23-latin-600.woff2') format('woff2')}
