:root {
  --color-paper: oklch(98% 0.005 85);
  --color-paper-alt: oklch(95% 0.007 85);
  --color-ink: oklch(19% 0.009 85);
  --color-muted: oklch(48% 0.011 85);
  --color-rule: oklch(82% 0.009 85);
  --color-accent: oklch(48% 0.22 267);
  --color-focus: oklch(48% 0.22 267);

  --font-display: "Cabinet Grotesk", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --font-body: "General Sans", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --font-mono: "IBM Plex Mono", "Noto Sans KR", monospace;

  --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;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.6875rem;
  --text-sm: 0.8125rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.5rem;
  --text-xl: 2rem;
  --text-2xl: 2.5rem;
  --text-display: clamp(3.125rem, 7vw, 6.5rem);

  --rule: 1px;
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-reel: 18s;
  --dur-book-reel: 150s;
  --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);
}
