:root {
  --font-headline: "Cinzel", serif;
  --font-body: "Spectral", serif;
  --font-mono: "Fira Code", monospace;

  /* Type scale: size / line-height / weight */
  --type-display-size: 40px;  --type-display-lh: 1.15; --type-display-weight: 700;
  --type-h1-size: 32px;       --type-h1-lh: 1.2;       --type-h1-weight: 700;
  --type-h2-size: 24px;       --type-h2-lh: 1.25;      --type-h2-weight: 600;
  --type-h3-size: 20px;       --type-h3-lh: 1.3;       --type-h3-weight: 600;
  --type-h4-size: 16px;       --type-h4-lh: 1.35;      --type-h4-weight: 400;
  --type-body-lg-size: 18px;  --type-body-lg-lh: 1.7;
  --type-body-size: 16px;     --type-body-lh: 1.7;
  --type-body-sm-size: 14px;  --type-body-sm-lh: 1.6;
  --type-caption-size: 12px;  --type-caption-lh: 1.4;  --type-caption-weight: 500;
  --type-code-size: 14px;     --type-code-lh: 1.6;

  /* Inscribed labels (chips, small labels) */
  --label-tracking: 1px;
}
