/* ── UniLive Student Theme — blue color variables ── */
/* Requires brand.css to be loaded first.              */
:root {
    --theme-color:      var(--uni-blue);
    --theme-cta-text:   var(--uni-blue);
    --theme-shadow:     rgba(41,0,151,.18);
    --mob-hover-bg:     #eef3fd;
    --mob-active-bg:    #e8f0fb;
    --footer-bg-img:    url('../images/footer/footer-design.png');
    --preloader-ring:   var(--student-bg-deep, #c8b8f8);
}
