:root {
    --bg-main: #f5f0e9;
    --bg-accent: #e9e2d7;
    --text-main: #111111;
    --text-muted: #6f6f6f;
    --accent: #c79a6b;
    
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    
    --container-width: 1280px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 64px;
    --spacing-xl: 96px;
    
    --border-radius: 12px;
    --transition: all 0.3s ease;
}
