:root {
    --color-bg: #f9f3ee;
    --color-bg-alt: #ffffff;
    --color-text: #2c2420;
    --color-text-muted: #6b6058;
    --color-accent: #a67c3d;
    --color-accent-dark: #7c5c2c;
    --color-border: #e5dcd2;

    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 48px;
    --spacing-xl: 80px;

    --radius: 8px;
    --max-width: 1200px;
}