/* =============================================================================
   Fontes — auto-hébergées, jamais un CDN tiers.
   Un site qui vend la souveraineté et appelle un domaine américain se
   contredit dans son premier octet.

   Une déclaration par graisse et par style : `font-weight: 400 700` sur des
   fichiers statiques fait SYNTHÉTISER le gras par le navigateur, et un faux
   gras dégrade la distinction des caractères pour laquelle Atkinson a été
   choisie.
   ============================================================================= */

@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/AtkinsonHyperlegible-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/AtkinsonHyperlegible-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/AtkinsonHyperlegible-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Charis SIL';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/CharisSIL-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Charis SIL';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/CharisSIL-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Atkinson Hyperlegible Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/AtkinsonHyperlegibleMono-Regular.woff2') format('woff2');
}
