/* ============================================================
   Dal Cero — Typography tokens
   Aventa  → display, headlines, the brand's confident voice
   Loos    → body, UI labels, long-form reading
   Hierarchy guidance (Manual): generous line-height, balanced
   weights, prefer left-aligned or centered text.
   ============================================================ */

:root {
  /* ---- Families ----------------------------------------- */
  --font-display: "Aventa", "Arial Narrow", system-ui, sans-serif;
  --font-body:    "Loos", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* ---- Weights ------------------------------------------ */
  --fw-regular: 400; /* @kind font */
  --fw-medium:  500; /* @kind font */
  --fw-bold:    700; /* @kind font */

  /* ---- Type scale (1.250 major-third, 16px base) -------- */
  --fs-display:   3.815rem;  /* 61px — hero statements */
  --fs-h1:        3.052rem;  /* 49px */
  --fs-h2:        2.441rem;  /* 39px */
  --fs-h3:        1.953rem;  /* 31px */
  --fs-h4:        1.563rem;  /* 25px */
  --fs-h5:        1.25rem;   /* 20px */
  --fs-body-lg:   1.125rem;  /* 18px */
  --fs-body:      1rem;      /* 16px */
  --fs-body-sm:   0.875rem;  /* 14px */
  --fs-caption:   0.75rem;   /* 12px */
  --fs-overline:  0.6875rem; /* 11px */

  /* ---- Line heights ------------------------------------- */
  --lh-tight:   1.05;   /* @kind font */
  --lh-snug:    1.2;    /* @kind font */
  --lh-normal:  1.5;    /* @kind font */
  --lh-relaxed: 1.65;   /* @kind font */

  /* ---- Letter-spacing ----------------------------------- */
  --ls-tight:    -0.02em;  /* @kind font */
  --ls-normal:   0em; /* @kind font */
  --ls-wide:     0.02em; /* @kind font */
  --ls-overline: 0.16em;   /* @kind font */
}
