/* Hallmark · tokens · theme: Sport · paper: dark · display: condensed · accent: warm-orange */
:root {
  /* Colour — court night + basketball orange */
  --color-paper: oklch(13% 0.018 48);
  --color-paper-2: oklch(17% 0.022 48);
  --color-paper-3: oklch(22% 0.02 48);
  --color-rule: oklch(30% 0.018 48);
  --color-rule-2: oklch(38% 0.02 48);
  --color-neutral: oklch(56% 0.014 48);
  --color-muted: oklch(70% 0.012 55);
  --color-ink: oklch(94% 0.01 70);
  --color-ink-2: oklch(84% 0.012 60);
  --color-accent: oklch(68% 0.175 48);
  --color-accent-2: oklch(58% 0.16 42);
  --color-focus: oklch(74% 0.16 48);
  --color-error: oklch(62% 0.2 25);
  --color-success: oklch(70% 0.13 150);

  /* Type */
  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
  --font-outlier: "IBM Plex Mono", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.35rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --text-4xl: clamp(2.5rem, 6vw + 1rem, 4.5rem);
  --text-display: clamp(2.75rem, 7.5vw + 0.75rem, 5.75rem);
  --text-display-s: clamp(2.25rem, 4vw + 1rem, 3.75rem);

  --lh-tight: 1.05;
  --lh-display: 1.04;
  --lh-body: 1.55;

  /* Space — 4pt scale */
  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --page-gutter: clamp(1rem, 4vw, 3.5rem);
  --measure: 65ch;
  --radius-sm: 2px;
  --radius-md: 4px;
  --rule: 1px;
  --rule-thick: 3px;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  /* Depth */
  --z-base: 1;
  --z-sticky: 40;
  --z-nav: 50;
  --z-overlay: 60;
}
