/* Polices auto-hébergées — aucun appel réseau tiers (RGPD).
   Variable fonts : un seul fichier par famille couvre tous les poids. */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('./bricolage-grotesque-var.woff2') format('woff2-variations'),
       url('./bricolage-grotesque-var.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('./ibm-plex-sans-var.woff2') format('woff2-variations'),
       url('./ibm-plex-sans-var.woff2') format('woff2');
}
