/* Polices auto-hébergées. La V2 les chargeait depuis Google Fonts : une requête vers
   un tiers à chaque visite, une adresse IP transmise sans consentement, et un temps
   de chargement subi. Ici elles sont servies avec le site.

   Hanken Grotesk est une police variable : un seul fichier couvre 400 à 700. */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/static/polices/HankenGrotesk-400.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/polices/DMMono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/polices/DMMono-500.woff2') format('woff2');
}
