:root {
    --bg-color: #F5F5F2;
    /* Warm Off-White */
    --secondary-bg: #FFFFFF;
    /* Pure White for cards */
    --text-color: #2C1810;
    /* Dark Warm Brown */
    --accent-color: #8b5e2b;
    /* Deep amber */
    --accent-light: #d6a45b;
    /* Lighter amber */
    --gold: #f8d79b;
    --gold-light: #ffe8c4;
    --blush: #fef3ea;
    --white: #ffffff;
    --hero-overlay: linear-gradient(135deg, rgba(117, 81, 49, 0.6), rgba(255, 214, 188, 0.45));
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Lato', sans-serif;
    --max-width: 1200px;
    --header-height: 80px;
}
