:root {
    /* Brand Colors */
    --color-bg: #FCFAF7;
    --color-bg-muted: #F2EDE4;
    --color-text: #2D3130;
    --color-accent: #8B84C7;
    
    /* Typography */
    --font-header: 'Cormorant Garamond', serif;
    --font-body: 'Lato', sans-serif;
}

