:root {
  --color-ink: #1c1917;
  --color-muted: #57534e;
  --color-surface: #ffffff;
  --color-paper: #fafaf9;
  --color-accent: #b45309;
  --color-accent-strong: #92400e;
  --color-border: #e7e5e4;
  --radius: 0.5rem;
  --shadow-card: 0 8px 24px rgba(15,23,42,0.08);
  --transition: 220ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
