:root {
  --color-paper: oklch(96% 0.012 90);
  --color-surface: oklch(98% 0.009 90);
  --color-shelf: oklch(92.5% 0.012 90);
  --color-ink: oklch(25% 0.012 295);
  --color-muted: oklch(44% 0.015 295);
  --color-rule: oklch(78% 0.012 90);
  --color-accent: oklch(90% 0.20 118);
  --color-accent-ink: var(--color-ink);
  --color-focus: oklch(58% 0.18 290);
  --color-highlight: oklch(43% 0.16 290);
  --color-backdrop: oklch(18% 0.012 295 / 0.7);
  --color-clear: transparent;
  --font-display: 'Bricolage Grotesque', 'Arial Black', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Yu Gothic', 'Microsoft YaHei', 'Malgun Gothic', sans-serif;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --rule-strong: 2px;
  --radius-small: 4px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --dur-micro: 120ms;
}
