:root {
    /* Colors - Rose and White Theme */
    --color-primary-soft-rose: #F4DADB; /* delicate rose */
    --color-primary-dark: #B57F86; /* deeper rose for accents */
    --color-white: #FFFFFF;
    --color-black: #2A2122; /* warm dark slate */
    --color-text-main: #3F3334; /* soft dark brown/rose */
    --color-text-light: #8A7A7B;
    --color-background-light: #FFF7F8; /* rose-tinted white */
    --color-background-rose: #FDF0F1; /* alternating pale rose */
    --color-background-dark: #1A1415; /* for exclusive collection */
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    
    /* Spacing & Shadows */
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.08);
    --radius-soft: 12px;
    --radius-round: 50px;
}
