:root {
  --color-bg: #f4f2ee;
  --color-surface: #fffcf7;
  --color-surface-muted: #ebe6dd;
  --color-text: #1c1b18;
  --color-text-muted: #5c5850;
  --color-accent: #355f4a;
  --color-accent-contrast: #fffcf7;
  --color-danger: #8a2c2c;
  --color-border: #d4cfc4;
  --color-focus: #1c4d7a;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --radius: 0.5rem;
  --font-sans: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-ui: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-num: "tabular-nums", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --shadow: 0 1px 2px rgb(28 27 24 / 8%);
  --touch: 44px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
