:root {
    --primary: #0A0A0A;
    --background: #F8F8F8;
    --accent: #C5A059;
    --text-main: #333333;
    --text-muted: #666666;
    --white: #FFFFFF;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-premium: 0 20px 40px rgba(0, 0, 0, 0.05);
}