/* Static Navy Light Blue Color Override */
:root{
    --base-h: 210;
    --base-s: 80%;
    --base-l: 45%;
    --base: 210 80% 45%;
    --base-d-100: 210 80% 40%;
    --base-d-200: 210 80% 35%;
    --base-d-300: 210 80% 30%;
    --base-d-400: 210 80% 25%;
    --base-d-500: 210 80% 20%;
    --base-l-100: 210 80% 50%;
    --base-l-200: 210 80% 55%;
    --base-l-300: 210 80% 60%;
    --base-l-400: 210 80% 65%;
    --base-l-500: 210 80% 70%;
}

/* Force navy light blue for any hardcoded colors */
.btn-base, .btn--base, .bg--base, .text--base {
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important;
    color: white !important;
}

.text--base {
    color: #4a90e2 !important;
    background-color: transparent !important;
}

/* Override any green colors */
.btn-success, .bg-success, .text-success {
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important;
    color: white !important;
}

.text-success {
    color: #4a90e2 !important;
    background-color: transparent !important;
}
