/* ============================================================================
   POLICES — Bot Fest Nantes (auto-hébergées, zéro requête Google)
   ----------------------------------------------------------------------------
   Hébergées localement sur le site Bot Fest (plus de sous-domaine partagé).
   Chargé via : <link rel="stylesheet" href="assets/fonts/fonts.css">
   Les `src` sont RELATIFS à ce fichier → les .woff2 sont dans le même dossier.

   Famille : Montserrat (titres + corps).
   Sous-ensembles à télécharger : latin + latin-ext (couvre FR/EN/ES/DE/PT).
   ⚠️ Déposer les .woff2 ci-dessous dans ce dossier (via google-webfonts-helper) :
      montserrat-400.woff2 / -500 / -600 / -700 / -800
   Tant qu'absents → fallback police système via font-display:swap.
   ============================================================================ */

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