/* Import Base Variables */
@import url('base.css');

:root {
    /* --- Product B Specific Overrides --- */
    /* Background -> Soft gray for modern feel */
    --body-bg: #f4f6f9;
    --content-bg: #f4f6f9;
    --card-bg: #ffffff;

    --primary-color: #2a1b3c;
    /* Deep Blue (#384466) Buttons, headers, links */

    --primary-color-hover: #2a1b3c;
    /*Deep Blue (#384466) */

    --navbar-bg: #2a1b3c;
    /* Deep Blue (#384466) */

    --sidebar-bg: #8265a7;
    /* Purple */

    --secondary-color: #8265a7;
    /* Muted Brass (#B89778) */

    --primary-gradient-start: #2a1b3c;
    --primary-gradient-end: #8265a7;

    /* Banner Styles (Solid Colors for Product B) */
    --banner-style-primary: var(--primary-color);
    --banner-style-secondary: var(--secondary-color);
}