/* Gentina Engenharia — Typography tokens
   Archivo for everything; Archivo Expanded reserved for titles/logotype (uppercase). */
:root {
  --font-sans: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Archivo Expanded', 'Archivo', system-ui, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  /* Weights (per manual: Light 300 · Regular 400 · SemiBold 600 · ExtraBold 800) */
  --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 */
  --fw-extrabold: 800;/* @kind other */

  /* Type scale (1.25 major-third-ish, tuned) */
  --fs-display-xl: 76px;
  --fs-display-lg: 56px;
  --fs-display-md: 42px;
  --fs-h1: 34px;
  --fs-h2: 27px;
  --fs-h3: 21px;
  --fs-h4: 18px;
  --fs-body-lg: 18px;
  --fs-body: 16px;
  --fs-body-sm: 14px;
  --fs-caption: 13px;
  --fs-overline: 12px;

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

  /* Tracking — expanded display titles run wide & uppercase */
  --tracking-display: 0.04em;  /* @kind other */
  --tracking-title: 0.02em;    /* @kind other */
  --tracking-overline: 0.22em; /* @kind other */
  --tracking-normal: 0;        /* @kind other */
}
