/* Caroline Gelly — typography tokens.
   Headings: Barlow Condensed (600–900). Body/UI: Barlow (300–700). */
:root{
  --font-gelly-heading:"Barlow Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-gelly-body:"Barlow",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

  /* Type scale — 6 levels (font · weight · px) */
  --fs-display:40px;   --fw-display:900;   /* @kind font */ /* H1 · DISPLAY — Barlow Condensed Black 40 */
  --fs-h2:28px;        --fw-h2:700;        /* @kind font */ /* H2 · Titre de section — Barlow Condensed Bold 28 */
  --fs-h3:18px;        --fw-h3:600;        /* @kind font */ /* H3 · Sous-titre — Barlow SemiBold 18 */
  --fs-body:15px;      --fw-body:400;      /* @kind font */ /* Corps — Barlow Regular 15 */
  --fs-ui:13px;        --fw-ui:500;        /* @kind font */ /* Interface · libellés — Barlow Medium 13 */
  --fs-caption:12px;   --fw-caption:400;   /* @kind font */ /* Légende · métadonnées — Barlow Regular 12 */
  --fs-micro:10px;     --fw-micro:600;     /* @kind font */ /* Micro-label · uppercase tracked */

  --ls-wordmark:4px;   /* CAROLINE GELLY wordmark tracking */
  --ls-micro:1px;      /* micro-label tracking */
}
