/* Hallmark · theme: Cobalt · axes: light / geometric-sans / cool
 * locked tokens for the PairTrace public surface · v1.1.0
 * pre-emit critique: P5 H5 E5 S5 R5 V4
 */
:root {
  color-scheme: light;

  --font-display: "Space Grotesk", "IBM Plex Sans KR", sans-serif;
  --font-body: "IBM Plex Sans KR", sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", monospace;

  --color-paper: oklch(98.5% 0.006 250);
  --color-paper-2: oklch(96% 0.009 250);
  --color-paper-3: oklch(92.5% 0.012 250);
  --color-ink: oklch(20% 0.025 258);
  --color-ink-2: oklch(31% 0.022 258);
  --color-muted: oklch(45% 0.018 255);
  --color-neutral: oklch(56% 0.015 255);
  --color-rule: oklch(80% 0.014 250);
  --color-rule-2: oklch(88% 0.011 250);
  --color-accent: oklch(48% 0.19 256);
  --color-accent-ink: oklch(98.5% 0.006 250);
  --color-focus: oklch(30% 0.13 256);
  --color-graphite: oklch(19% 0.022 258);
  --color-graphite-2: oklch(24% 0.024 258);
  --color-graphite-rule: oklch(38% 0.03 256);
  --color-graphite-text: oklch(94% 0.012 250);
  --color-graphite-muted: oklch(72% 0.018 250);
  --color-success: oklch(46% 0.12 154);
  --color-success-soft: oklch(94% 0.025 154);
  --color-warning: oklch(52% 0.12 72);
  --color-warning-soft: oklch(95% 0.026 72);
  --color-error: oklch(48% 0.16 26);
  --color-error-soft: oklch(95% 0.025 26);
  --color-overlay: oklch(15% 0.02 258 / 0.58);
  --color-shadow: oklch(20% 0.025 258 / 0.08);
  --color-transparent: oklch(98.5% 0.006 250 / 0);

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display: 2.35rem;
  --text-display-tablet: 3.25rem;
  --text-display-wide: 3.25rem;
  --text-caption: 0.95rem;

  --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, 3rem);
  --page-max: 74rem;
  --measure: 65ch;
  --measure-narrow: 48ch;
  --control-height: 2.875rem;

  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;

  --line: 1px;
  --shadow-whisper: 0 1px 2px var(--color-shadow);

  --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;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
