/* Police auto-hébergée (General Sans), servie en local : plus de requête
   vers un CDN tiers (perf + RGPD). N'existe qu'en 400/500/600/700 : le
   poids 800 (titres, kickers) réutilise le fichier 700 pour éviter le
   faux-gras synthétique du navigateur. Utilisée aussi pour les chiffres
   (--ff-num) : Outfit donnait un "1" avec empattement (patte en bas), pas
   General Sans. */
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./general-sans-400.woff2) format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./general-sans-500.woff2) format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./general-sans-600.woff2) format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./general-sans-700.woff2) format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(./general-sans-700.woff2) format('woff2');
}
