/* ============================================================
   RTJ — TYPOGRAPHIE
   Playfair Display (titrage capitales) · DM Sans (éditorial/labels)
   · Lato (corps). Logotype cursif = asset image uniquement.
   ============================================================ */
:root {
  --font-titre: 'Playfair Display', Georgia, serif;   /* mots-clés forts, capitales */
  --font-editorial: 'DM Sans', system-ui, sans-serif; /* numéros, labels, navigation */
  --font-corps: 'Lato', system-ui, sans-serif;        /* corps de texte */

  /* Échelle typographique */
  --fs-display: 4.5rem;   /* 72px — titrage plein écran */
  --fs-h1: 3rem;          /* 48px */
  --fs-h2: 2.25rem;       /* 36px */
  --fs-h3: 1.5rem;        /* 24px */
  --fs-lead: 1.25rem;     /* 20px — chapô */
  --fs-body: 1.0625rem;   /* 17px */
  --fs-small: 0.9375rem;  /* 15px */
  --fs-label: 0.8125rem;  /* 13px — labels DM Sans espacés */

  /* Graisses */
  --fw-regular: 400; /* @kind other */
  --fw-medium: 500; /* @kind other */
  --fw-bold: 700; /* @kind other */
  --fw-black: 900; /* @kind other */

  /* Interlignes */
  --lh-tight: 1.05; /* @kind other */
  --lh-titre: 1.1; /* @kind other */
  --lh-body: 1.6; /* @kind other */

  /* Interlettrage */
  --ls-label: 0.18em; /* @kind other */
  --ls-titre: 0.01em; /* @kind other */
  --ls-tight: -0.01em; /* @kind other */
}
