/*
 * =============================================================================
 *  Polices du site — servies en local
 * =============================================================================
 *  Pourquoi ne pas utiliser Google Fonts ?
 *   - le site ne dépend d'aucun serveur tiers : rien ne peut casser l'affichage
 *     si le CDN est lent, bloqué ou indisponible ;
 *   - depuis la Côte d'Ivoire, le trajet vers les serveurs de Google ajoute
 *     souvent 200 à 400 ms au premier affichage ;
 *   - aucune donnée de vos visiteurs n'est transmise à un tiers.
 *
 *  Les fichiers sont des sous-ensembles « latin » : seuls les caractères
 *  réellement utilisés en français sont embarqués (environ 20 Ko par graisse).
 *
 *  Si vous préférez malgré tout Google Fonts, remplacez l'appel à ce fichier
 *  dans includes/head.php par :
 *    <link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@500&display=swap" rel="stylesheet">
 * =============================================================================
 */
@font-face{
  font-family:'Sora';
  font-style:normal;
  font-weight:400;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/sora-400.woff2') format('woff2');
}
@font-face{
  font-family:'Sora';
  font-style:normal;
  font-weight:500;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/sora-500.woff2') format('woff2');
}
@font-face{
  font-family:'Sora';
  font-style:normal;
  font-weight:600;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/sora-600.woff2') format('woff2');
}
@font-face{
  font-family:'Sora';
  font-style:normal;
  font-weight:700;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/sora-700.woff2') format('woff2');
}
@font-face{
  font-family:'Sora';
  font-style:normal;
  font-weight:800;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/sora-800.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/inter-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/inter-500.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/inter-600.woff2') format('woff2');
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;   /* le texte reste lisible pendant le chargement */
  src:url('../fonts/jetbrains-mono-500.woff2') format('woff2');
}
