:root {
  --color-primary: #3D5A4C;
  --color-primary-foreground: #ffffff;
  --color-accent: #C17F59;
  --color-accent-foreground: #1a1a1a;
  --color-background: #FBF7F2;
  --color-foreground: #1c1b1b;
  --color-muted: #6b7280;
  --color-muted-foreground: #424844;
  --color-border: #e5e2e1;
  --color-card: #ffffff;
  --color-surface-muted: #f6f3f2;
  --color-surface-section: #f0eded;
  --font-heading: "DM Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --radius: 0.75rem;
}
