/* Typography — Klado
   Face: ALS Hauss (substituted by Golos Text, a stylistically close open
   neo-grotesque, with Noto Sans underneath for broader script coverage).
   Headings 700, body 400. Sizes/line-heights per brand spec. */

:root {
  --font-sans: 'ALSHauss', 'Golos Text', 'Noto Sans', Arial, 'Helvetica Neue', sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, monospace;

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

  /* Type scale (size / line-height) */
  --fs-h1: 64px;   --lh-h1: 64px;
  --fs-h2: 40px;   --lh-h2: 44px;
  --fs-h3: 20px;   --lh-h3: 26px;
  --fs-lg: 18px;   --lh-lg: 26px;
  --fs-body: 16px; --lh-body: 24px;
  --fs-sm: 14px;   --lh-sm: 20px;
  --fs-xs: 12px;   --lh-xs: 16px;

  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
}
