:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-surface: oklch(96% 0.008 250);
  --color-surface-strong: oklch(92% 0.012 250);
  --color-rule: oklch(84% 0.015 250);
  --color-rule-strong: oklch(71% 0.02 250);
  --color-ink: oklch(23% 0.02 258);
  --color-ink-soft: oklch(37% 0.018 258);
  --color-muted: oklch(51% 0.016 258);
  --color-accent: oklch(58% 0.20 256);
  --color-accent-ink: oklch(98% 0.004 250);
  --color-success: oklch(55% 0.14 150);
  --color-thinking: oklch(58% 0.16 310);
  --color-warning: oklch(61% 0.14 82);
  --color-danger: oklch(56% 0.18 28);
  --color-focus: oklch(49% 0.20 256);
  --font-display: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.563rem;
  --text-xl: 1.953rem;
  --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;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --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);
}
