:root{

    /* Backgrounds */
    --bg-primary:#FBF8F3;
    --bg-secondary:#F4EEE6;
    --bg-card:#FFFFFF;
    --bg-secondary-light:#f4efe9;


    /* Brand (muted lavender) */
    --primary:#B7A6CB;
    --primary-dark:#9A85B5;
    --primary-soft:#E8E1EF;

    /* Deep plum (headings / dark accents) */
    --plum:#4B3B57;
    --charcoal:#2B2630;

    /* Luxury gold accent */
    --gold:#C6A368;
    --gold-light:#E4D2A6;

    /* Text */
    --text:#2B2630;
    --text-light:#6E6873;

    /* Borders */
    --border:#EAE4EC;

    /* Shadows */
    --shadow:0 18px 45px rgba(75,59,87,.10);
    --shadow-lg:0 30px 70px rgba(75,59,87,.16);

    /* Radius */
    --radius:24px;
    --radius-sm:14px;
}
