/* Arl Luc — Typographie
   Display : Cormorant Garamond (400–500, bas de casse)
   Corps & labels : Jost (300–400 ; labels en capitales interlettrées) */

:root {
  --font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-body: 'Jost', 'Avenir Next', 'Century Gothic', sans-serif;

  /* — Échelle (desktop) — */
  --text-hero: 64px;        --lh-hero: 1.12; /* @kind other */
  --text-h1: 52px;          --lh-h1: 1.15; /* @kind other */
  --text-h2: 44px;          --lh-h2: 1.18; /* @kind other */
  --text-h3: 32px;          --lh-h3: 1.25; /* @kind other */
  --text-accroche: 36px;    --lh-accroche: 1.3; /* @kind other */
  --text-quote: 20px;       --lh-quote: 1.55; /* @kind other */
  --text-body-lg: 17px;     --lh-body-lg: 1.75; /* @kind other */
  --text-body-md: 16px;     --lh-body-md: 1.8; /* @kind other */
  --text-body-sm: 14px;     --lh-body-sm: 1.9; /* @kind other */
  --text-caption: 12px;     --lh-caption: 1.6; /* @kind other */
  --text-label: 12px;                            /* labels capitales */
  --text-label-sm: 11px;

  /* — Graisses — */
  --weight-display: 400; /* @kind other */
  --weight-display-medium: 500; /* @kind other */
  --weight-body-light: 300; /* @kind other */
  --weight-body: 400; /* @kind other */
  --weight-body-medium: 500; /* @kind other */

  /* — Interlettrages — */
  --track-display: 0.01em; /* @kind other */
  --track-label: 0.3em; /* @kind other */
  --track-label-wide: 0.35em; /* @kind other */
  --track-nav: 0.22em; /* @kind other */
  --track-caption: 0.28em; /* @kind other */
}
