/* ============================================================
   MASTER-IA — Self-host fonts (V21d 2026-04-27)
   3 familles : Manrope (body) + Syne (display) + DM Mono (mono)
   RGPD : zéro requête Google Fonts CDN
   ============================================================ */

/* MANROPE — Variable font (tous weights 200-800) — body principale */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('./fonts/manrope.woff2') format('woff2');
}

/* SYNE — Variable font (weights 400-800) — display titres */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-display: swap;
  font-weight: 400 800;
  src: url('./fonts/syne.woff2') format('woff2');
}

/* DM MONO — Statique 2 weights — labels eyebrow + counters */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./fonts/dm-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./fonts/dm-mono-500.woff2') format('woff2');
}
