/* Hallmark tokens · Cobalt workbench */
:root {
  --color-paper: oklch(98% 0.008 255);
  --color-paper-2: oklch(95.5% 0.014 255);
  --color-surface: oklch(100% 0 0);
  --color-ink: oklch(22% 0.035 258);
  --color-ink-2: oklch(45% 0.035 258);
  --color-muted: oklch(61% 0.025 258);
  --color-rule: oklch(88% 0.018 255);
  --color-rule-strong: oklch(77% 0.035 255);
  --color-accent: oklch(49% 0.13 151);
  --color-accent-strong: oklch(38% 0.11 151);
  --color-accent-soft: oklch(94% 0.025 151);
  --color-accent-ink: oklch(99% 0 0);
  --color-success: oklch(48% 0.13 154);
  --color-focus: oklch(55% 0.15 151);
  --color-overlay: oklch(14% 0.025 258 / 0.68);
  --color-shadow: oklch(22% 0.04 258 / 0.1);

  --font-display: "Space Grotesk", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-body: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, 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: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.5rem;
  --text-display: clamp(2.15rem, 4.8vw, 4.75rem);

  --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-short: 160ms;
  --dur-medium: 260ms;
  --radius-control: 0.5rem;
  --radius-card: 0.75rem;
  --radius-panel: 1rem;
  --rule-thin: 1px;
}
