/* ── UniLive Exhibitor Theme — purple color variables ── */
/* Requires brand.css to be loaded first.                 */
:root {
    --theme-color:      var(--uni-purple);
    --theme-cta-text:   var(--uni-purple);
    --theme-shadow:     rgba(142,69,245,.18);
    --mob-hover-bg:     #f2f0fd;
    --mob-active-bg:    #ede9fb;
    --footer-bg-img:    url('../images/footer/footer-design-2.png');
    --preloader-ring:   var(--exhibitor-bg-deep, #d8ccf8);
}

footer { background-color: #692BE0 !important; }
