/* =========================================================================
   PLAZUR — Polices locales (RGPD, OFL). Aucune requête Google en production.
   Inter = variable (100-900) en un seul fichier. Cormorant = 500 normal+italic.
   ========================================================================= */

/* ---- Inter (sans) — fichier variable 100→900 ---- */
@font-face{
  font-family:"Inter";
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url("../fonts/inter/inter-variable.woff2") format("woff2");
}

/* ---- Cormorant Garamond (serif, titres) ---- */
@font-face{
  font-family:"Cormorant Garamond";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/cormorant-garamond/cormorant-garamond-500.woff2") format("woff2");
}
@font-face{
  font-family:"Cormorant Garamond";
  font-style:italic;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/cormorant-garamond/cormorant-garamond-500-italic.woff2") format("woff2");
}
