:root {
    --lightblue: var(--bs-dark);
    --darkblue: var(--bs-dark);
    --midblue: #004E8F;
    --paleblue: #E6EDF4;
    --green: #BED600;
    --lightgreen: #F5F6EC;
    --white: #fff;
    --blue-gradient: linear-gradient(to bottom right, #01588E, #00365E);
    --borderradius: 50px;
    --fontfamilyheadline: "Lexend", sans-serif;
    --header-offset: 85px;
}

.dbayCookieSelect .text-white, .dbayCookieSelect a:not(.btn) {
    color: var(--white) !important;
}
.dbayCookieSelect a:not(.btn):hover {
    color: var(--lightgreen) !important;
}