/* Bidflow Invest — typographie. Google Fonts uniquement (réutilisables PowerPoint/Excel). */
:root{
  --font-display:'Unbounded',sans-serif;        /* titres, wordmark d'appoint */
  --font-body:'Space Grotesk',sans-serif;       /* texte courant FR/EN */
  --font-mono:'Spline Sans Mono',monospace;     /* chiffres tabulaires, labels data */
  --text-xs:11px; --text-sm:13px; --text-md:15px; --text-lg:18px;
  --text-xl:24px; --text-2xl:32px; --text-3xl:44px; --text-display:64px;
  --leading-tight:1.1; --leading-snug:1.3; --leading-body:1.55;
  --tracking-label:.14em; /* labels mono en capitales */
  --weight-display:800; --weight-title:600; --weight-body:400; --weight-strong:700;
}
