:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f3f1ea;
  --color-text: #2b2620;
  --color-primary: #4a5c34;
  --color-primary-dark: #34411f;
  --color-accent: #b5651d;
  --color-muted: #6b6459;
  --color-border: #e3ded0;
  --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;
}
