/* ==========================================================================
   Mon Budget OPCO — Fontes self-hostées (variable woff2)
   Règle projet : aucune typographie servie depuis un CDN externe.
   Sources : fontsource (Google Fonts + Vercel), versions variables.
   ========================================================================== */

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

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-variable.woff2') format('woff2-variations'),
       url('/assets/fonts/manrope-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono Variable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist-mono-variable.woff2') format('woff2-variations'),
       url('/assets/fonts/geist-mono-variable.woff2') format('woff2');
}
