/* Polices hébergées en local (RGPD : aucune requête vers Google Fonts).
   Dépose les fichiers .woff2 listés ci-dessous dans ce dossier (assets/fonts/).
   Tant qu'ils sont absents, le site retombe proprement sur la police système
   (aucune casse, et déjà conforme RGPD car aucune requête externe).

   Où récupérer les .woff2 (gratuit, licence Open Font) :
   https://gwfh.mranftl.com/fonts  → cherche « Poppins » puis « Sora »,
   coche les graisses indiquées, télécharge, et renomme comme ci-dessous. */

/* ---------- Poppins (texte) : 400, 500, 600, 700, 800 ---------- */
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('poppins-400.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('poppins-500.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('poppins-600.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('poppins-700.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:800;font-display:swap;src:url('poppins-800.woff2') format('woff2');}

/* ---------- Sora (titres & chiffres) : 600, 700, 800 ---------- */
@font-face{font-family:'Sora';font-style:normal;font-weight:600;font-display:swap;src:url('sora-600.woff2') format('woff2');}
@font-face{font-family:'Sora';font-style:normal;font-weight:700;font-display:swap;src:url('sora-700.woff2') format('woff2');}
@font-face{font-family:'Sora';font-style:normal;font-weight:800;font-display:swap;src:url('sora-800.woff2') format('woff2');}
