/* LIFE Aluminios — Typography tokens */
:root {
  --font-display: 'Jost', 'Century Gothic', system-ui, sans-serif;   /* geometric — headings, wordmark feel */
  --font-body:    'Barlow', system-ui, -apple-system, sans-serif;     /* technical copy, UI */
  --font-cond:    'Barlow Semi Condensed', 'Barlow', sans-serif;      /* tight labels, specs tables */

  /* Type scale (1.250 major-third-ish, tuned) */
  --fs-display:   clamp(2.6rem, 1.8rem + 3.5vw, 4.25rem); /* @kind other */
  --fs-h1:        2.5rem;    /* @kind font */
  --fs-h2:        1.875rem;  /* @kind font */
  --fs-h3:        1.375rem;  /* @kind font */
  --fs-h4:        1.125rem;  /* @kind font */
  --fs-body-lg:   1.125rem;  /* @kind font */
  --fs-body:      1rem;      /* @kind font */
  --fs-sm:        0.875rem;  /* @kind font */
  --fs-xs:        0.75rem;   /* @kind font */

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

  --fw-light:     300;  /* @kind other */
  --fw-regular:   400;  /* @kind other */
  --fw-medium:    500;  /* @kind other */
  --fw-semibold:  600;  /* @kind other */
  --fw-bold:      700;  /* @kind other */

  /* Tracking — the brand leans on wide letterspacing for labels (cf. "ALUMINIOS") */
  --tracking-wide:    0.18em;  /* @kind other */
  --tracking-mid:     0.06em;  /* @kind other */
  --tracking-tight:  -0.01em;  /* @kind other */
}
