/* Shared Monash theme tokens loaded after Bootstrap. */

:root {
    /* Bootstrap brand overrides */
    --bs-primary:          #0077C8;
    --bs-primary-rgb:      0, 119, 200;
    --bs-link-color:       #0077C8;
    --bs-link-hover-color: #005A8E;

    /* Brand ramp */
    --brand:        #0077C8;
    --brand-mid:    #4DA3DB;
    --brand-dark:   #005A8E;
    --brand-light:  #DCEEFB;
    --brand-xlight: #F0F7FC;

    /* Neutrals */
    --auth-text:   #1E293B;
    --auth-muted:  #64748B;
    --auth-border: #E2E8F0;

    /* Admin shell metrics */
    --sidebar-w:           260px;
    --sidebar-collapsed-w: 64px;
    --topbar-h:            64px;

    /* Admin surfaces */
    --admin-bg:      #F1F5F9;
    --admin-surface: #FFFFFF;
    --admin-text:    #1E293B;
    --admin-muted:   #64748B;
    --admin-border:  #E2E8F0;
}
