/* Club 8 — type system. Anton for impact, Archivo for everything functional. */
:root{
  --font-display: "Anton", "Arial Narrow", sans-serif;  /* headlines, tournament names, big numbers */
  --font-text: "Archivo", system-ui, -apple-system, sans-serif; /* body, UI, labels */

  /* Display (Anton) — tight leading, uppercase by convention. lh/ls: @kind other */
  --fs-display-1: 120px;  --lh-display-1: 0.88; /* @kind other */
  --fs-display-2: 84px;   --lh-display-2: 0.90; /* @kind other */
  --fs-display-3: 56px;   --lh-display-3: 0.94; /* @kind other */
  --fs-display-4: 40px;   --lh-display-4: 0.96; /* @kind other */

  /* Headings / text (Archivo) */
  --fs-h1: 32px;  --lh-h1: 1.1; /* @kind other */
  --fs-h2: 24px;  --lh-h2: 1.15; /* @kind other */
  --fs-h3: 19px;  --lh-h3: 1.25; /* @kind other */
  --fs-body-lg: 18px; --lh-body-lg: 1.5; /* @kind other */
  --fs-body: 16px;    --lh-body: 1.55; /* @kind other */
  --fs-body-sm: 14px; --lh-body-sm: 1.5; /* @kind other */
  --fs-caption: 12px; --lh-caption: 1.4; /* @kind other */

  /* Labels / eyebrows — uppercase Archivo, wide tracking */
  --fs-label: 13px;   --ls-label: 0.14em; /* @kind other */
  --fs-eyebrow: 12px; --ls-eyebrow: 0.22em; /* @kind other */

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

  --ls-display: 0.005em;  /* Anton nearly no tracking. @kind other */
  --ls-tight: -0.01em; /* @kind other */
}
