:root {
  --color-canvas: #fff8f6;
  --color-surface: #ffffff;
  --color-surface-soft: #fff1eb;
  --color-surface-peach: #ffeae0;
  --color-surface-green: #e8f3e8;
  --color-text: #281810;
  --color-text-muted: #5f5e5b;
  --color-border: #ded4cf;
  --color-action: #c51f27;
  --color-action-hover: #a9161d;
  --color-gold: #806800;
  --color-gold-soft: #fdf1b8;
  --color-focus: #6b4f00;
  --font-display: "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Hanken Grotesk", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 5rem;
  --radius-card: 0.25rem;
  --radius-image: 0.625rem;
  --shadow-card: 0 4px 20px rgb(60 42 33 / 5%);
}
