/* =========================================================
   Fonts self-hosted — GL Design
   =========================================================
   À télécharger avant mise en prod :
   - Inter variable : https://rsms.me/inter/ (fichier InterVariable.woff2)
   - Instrument Serif : https://fonts.google.com/specimen/Instrument+Serif
     (regular + italic, formats woff2)
   - JetBrains Mono : https://www.jetbrains.com/lp/mono/
     (regular woff2 suffit)

   Place tous les fichiers .woff2 dans ce dossier (assets/fonts/).
   ========================================================= */

/* Inter — police corps (400–700 en variable) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('InterVariable.woff2') format('woff2-variations'),
       url('InterVariable.woff2') format('woff2');
}

/* Instrument Serif — italiques & accents éditoriaux */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('InstrumentSerif-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('InstrumentSerif-Italic.woff2') format('woff2');
}

/* JetBrains Mono — texte mono (eyebrows, labels, numéros) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('JetBrainsMono-Regular.woff2') format('woff2');
}
