/* Police Satoshi hébergée en local (fichiers dans ce même dossier).
   Origine : Fontshare (Indian Type Foundry, licence ITF Free Font License,
   usage commercial et auto-hébergement web autorisés).
   Remplace le chargement CDN api.fontshare.com : plus rapide, et aucune
   requête vers un service tiers (cohérent avec la promesse nLPD du site). */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
