html:root, [data-bs-theme=light] {
    --bs-pc-1: #184089;
    --bs-sc-1: #CC00FF;
    --bs-sc-2: #184089;
    --bs-sc-3: #58B000;
    --bs-sc-4: #FF0904;
    --bs-nc-1: #ffffff;
    --bs-nc-2: #000000;
    --bs-nc-3: #141414;
    --bs-nc-4: #1e1e1e;
    --bs-nc-5: #464646;
    --bs-nc-6: #2c2c2c;
    --bs-nc-7: #929292;
    --bs-nc-8: #CCCCCC;
    --bs-nc-9: #f5f5f5;
    --bs-nc-10: #656664;
    --bs-nc-11: #ABABAB;
    --bs-tint-pc-1: #B4EEB3;
    --bs-tint-pc-2: #81E38D;
    --bs-tint-pc-3: #5AD84F;
    --bs-tint-pc-4: #13a91b;
    --bs-tint-pc-5: #969C80;
    --bs-pc-1-rgb: 24, 64, 137;
    --bs-sc-1-rgb: 204, 0, 255;
    --bs-sc-2-rgb: 24, 64, 137;
    --bs-sc-3-rgb: 88, 176, 0;
    --bs-sc-4-rgb: 214, 9, 9;
    --bs-nc-1-rgb: 255, 255, 255;
    --bs-nc-2-rgb: 0, 0, 0;
    --bs-nc-3-rgb: 20, 20, 20;
    --bs-nc-4-rgb: 30, 30, 30;
    --bs-nc-5-rgb: 70, 70, 70;
    --bs-nc-6-rgb: 44, 44, 44;
    --bs-nc-7-rgb: 146, 146, 146;
    --bs-nc-8-rgb: 204, 204, 204;
    --bs-nc-9-rgb: 245, 245, 245;
    --bs-nc-10-rgb: 101, 102, 100;
    --bs-nc-11-rgb: 171, 171, 171;
    --bs-tint-pc-1-rgb: 180, 238, 179;
    --bs-tint-pc-2-rgb: 129, 227, 141;
    --bs-tint-pc-3-rgb: 90, 216, 79;
    --bs-tint-pc-4-rgb: 19, 169, 27;
    --bs-tint-pc-5-rgb: 150, 156, 128;
}

button.selected {
    color: white !important;
}
.btn-secondary {
    color: white !important;
}

header#header {
    background-color: white;
}

#header .head-section .nav ul li a:not(:hover) {
    color: black !important;
}
