/*
Theme Name: VUV Theme
Description: Custom WordPress theme for Vishal Uttam Vastar.
Author: Development Team
Version: 1.1.1
*/

:root {
    /* Brand Colours */
    --color-heritage-maroon: #5A0F1A;
    --color-antique-gold: #C8A15A;
    --color-warm-ivory: #F7F2E9;
    --color-rich-charcoal: #2B2B2B;
    --color-muted-rose: #C88E92;
    --color-white: #FFFFFF;

    /* Typography */
    --font-editorial: 'EB Garamond', serif;
    --font-functional: 'Inter', sans-serif;

    /* Spacing & Grid */
    --container-max-width: 1200px;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;

    /* Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    
    /* Focus */
    --focus-ring: 2px solid var(--color-antique-gold);
}
