/* ============================================================
   impressions.be — webfonts auto-hébergées (RGPD : pas de CDN Google)
   Binaires fournis dans handoff/fonts/ — toutes SIL OFL (libres).
   Placer dans le thème enfant : /fonts/ — chemins relatifs ci-dessous
   prévus pour un enqueue depuis la racine du thème enfant.
   ============================================================ */

/* Fraunces — variable (titres, logo, baseline). Poids signature 560. */
@font-face {
  font-family: 'Fraunces';
  src: url('Fraunces-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
}

/* Archivo — variable (texte & interface). */
@font-face {
  font-family: 'Archivo';
  src: url('Archivo-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
}

/* IBM Plex Mono — Regular (texte mono courant). */
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

/* IBM Plex Mono — Medium 500 (specs, prix, références — poids charte). */
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
