/* Hallmark · token system: Cobalt light · tone: technical + austere · anchor hue: circuit cyan */
:root {
  --color-paper: oklch(98.4% 0.006 230);
  --color-paper-2: oklch(96.6% 0.009 230);
  --color-paper-3: oklch(93.4% 0.013 230);
  --color-ink: oklch(27% 0.028 238);
  --color-ink-2: oklch(38% 0.028 238);
  --color-muted: oklch(47% 0.022 238);
  --color-rule: oklch(84% 0.016 230);
  --color-rule-strong: oklch(67% 0.022 230);
  --color-grid: oklch(86% 0.018 225 / 0.42);
  --color-accent: oklch(72% 0.135 205);
  --color-accent-soft: oklch(93% 0.045 205);
  --color-accent-ink: oklch(22% 0.03 238);
  --color-focus: oklch(48% 0.145 216);
  --color-button: oklch(28% 0.03 238);
  --color-button-hover: oklch(22% 0.03 238);
  --color-button-ink: oklch(98% 0.004 230);
  --color-error: oklch(52% 0.19 28);
  --color-error-soft: oklch(95% 0.035 28);
  --color-success: oklch(45% 0.12 155);
  --color-success-soft: oklch(94% 0.035 155);
  --color-shadow: oklch(24% 0.03 238 / 0.09);
  --color-transparent: transparent;

  --font-display: "Sora", "Avenir Next", sans-serif;
  --font-body: "Sora", "Avenir Next", sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display-s: clamp(2.35rem, 5vw, 4.8rem);
  --text-display: clamp(2.7rem, 6.2vw, 6.1rem);

  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-round: 999rem;
  --rule-thin: 1px;
  --rule-bold: 2px;

  --dur-instant: 100ms;
  --dur-short: 180ms;
  --dur-medium: 280ms;
  --dur-long: 480ms;
  --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);
}
