:root {
  color-scheme: light;
  --paper: #fffefa;
  --ink: #292823;
  --muted: #656259;
  --line: #d5d0c4;
  --accent: #f5d76d;
  --focus: #65501a;
  --danger: #923c31;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --text-small: 0.875rem;
  --text-body: 1rem;
  --text-lead: 1.125rem;
  --text-title: 2rem;
  --radius: 0.75rem;
  --reading: 36rem;
  --touch: 3rem;
  --font:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
    sans-serif;
}
