/* Local webfonts for Manrope (no external CDNs). */

/* Poids réels chargés en local (latin) : 400 (regular), 600 (semibold), 700 (bold).
   Le gras n'est plus synthétisé depuis le 400 — il s'affiche avec une vraie graisse.
   500/800 pourront être ajoutés plus tard si besoin (mêmes fichiers gwfh v20). */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/vendor/manrope-v20-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/vendor/manrope-v20-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/vendor/manrope-v20-latin-700.woff2") format("woff2");
}

/* Variables gérées dans styles/theme.css (voir --font-family-base) */
