/**
 * Typographie DA — tokens globaux (choix validés)
 * Display : League Spartan | Corps : Manrope
 *
 * Google Fonts (à lier dans le <head> des pages) :
 * family=League+Spartan:wght@600;700;800&family=Manrope:wght@400;500;600;700
 */

:root {
  --typo-display: "League Spartan", system-ui, sans-serif;
  --typo-body: "Manrope", system-ui, sans-serif;

  --typo-w-display-hero: 800;
  --typo-w-display-title: 700;
  --typo-w-display-kicker: 700;
  --typo-w-display-card: 700;
  --typo-w-display-emphasis: 700;

  --typo-w-body: 400;
  --typo-w-body-medium: 500;
  --typo-w-body-semibold: 600;
  --typo-w-body-bold: 700;
}
