/* Override UUI button tokens globally */
:root {
    --uui-button-background-color: #283a97 !important;
    --uui-button-background-color-hover: #1f2d75 !important;
    --uui-button-background-color-pressed: #162055 !important;
    --uui-button-border-color: #283a97 !important;
    --uui-button-contrast: #ffffff !important;
}

/* Extra force for login button specifically */
uui-button#umb-login-button {
    --uui-button-background-color: #283a97 !important;
    --uui-button-background-color-hover: #1f2d75 !important;
    --uui-button-background-color-pressed: #162055 !important;
}
