:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f7f3f0;
  --color-text: #201a1a;
  --color-primary: #7a1f2b;
  --color-primary-dark: #591420;
  --color-muted: #6b6360;
  --color-border: #e7ded9;
  --font-base: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --max-width: 1160px;
  --gap: 1rem;
  --radius: 10px;
}
