/**
 * montserrat.css — Police Montserrat auto-hébergée (conforme RGPD).
 *
 * INSTALLATION :
 * 1. Télécharger les fichiers .woff2 sur https://gwfh.mranftl.com/fonts/montserrat
 *    (sélectionner les graisses 300, 400, 500, 600, 700, 800, 900 + italic 700)
 * 2. Déposer les fichiers dans le dossier  assets/fonts/
 * 3. Ce fichier CSS est chargé automatiquement par CFW_Renderer à la place de
 *    fonts.googleapis.com — aucune autre modification n'est nécessaire.
 *
 * Avantage RGPD : aucune requête vers un serveur Google, aucune donnée
 * d'adresse IP transmise à un tiers lors du chargement de la page.
 */

/* ── 300 Light ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}

/* ── 400 Regular ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

/* ── 500 Medium ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

/* ── 600 SemiBold ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

/* ── 700 Bold ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}

/* ── 700 Bold Italic ── */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2');
}

/* ── 800 ExtraBold ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2');
}

/* ── 900 Black ── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2');
}
