:root {
    --sub-default: #004775;
    --sub-AI: #FB608A;
    --sub-BI: #E0AD42;
    --sub-EA: #C686CB;
    --sub-EN: #C686CB;
    --sub-FI: #00008A;
    --sub-FY: #3EAD8A;
    --sub-GE: #E0AD42;
    --sub-HI: #00008A;
    
}

/* TODO 2023-05-23: Fix subject colors (coursebank "firstsub" needs to be key) */

/* .sub {
    color: var(--sub-default) !important;
} */

.subAI {
    color: var(--sub-AI) !important;
}

.subBI {
    color: var(--sub-BI) !important;
}

.subEA {
    color: var(--sub-EA) !important;
}

.subEN {
    color: var(--sub-EN) !important;
}

.subFI {
    color: var(--sub-FI) !important;
}

.subFY {
    color: var(--sub-FY) !important;
}

.subGE {
    color: var(--sub-GE) !important;
}

.subHI {
    color: var(--sub-HI) !important;
}

.subIA {
    color: #C686CB !important;
}

.subIT {
    color: #F69F8A !important;
}

.subKE {
    color: #3EAD8A !important;
}

.subKO {
    color: #F69F8A !important;
}

.subKS {
    color: #F69F8A !important;
}

.subKU {
    color: #80DAFF !important;
}

.subLI {
    color: #0275d8 !important;
}

.subMA {
    color: #3EAD8A !important;
}

.subMU {
    color: #80DAFF !important;
}

.subOPO {
    color: #F69F8A !important;
}

.subPRO {
    color: #F69F8A !important;
}

.subRA {
    color: #C686CB !important;
}

.subRU {
    color: #C686CB !important;
}

.subSA {
    color: #C686CB !important;
}

.subSU {
    color: #C686CB !important;
}

.subTE {
    color: #E0AD42 !important;
}

.subTN {
    color: #F69F8A !important;
}

.subTS {
    color: #F69F8A !important;
}

.subUE {
    color: #F69F8A !important;
}

.subVE {
    color: #C686CB !important;
}

.subYH {
    color: #00008A !important;
}

.subYM {
    color: #00008A !important;
}

/* Subject background colors */

.bgsub {
    background-color: #004775 !important;
}

.bgsubAI {
    background-color: #FB608A !important;
}

.bgsubBI {
    background-color: #E0AD42 !important;
}

.bgsubEA {
    background-color: #C686CB !important;
}

.bgsubEN {
    background-color: #C686CB !important;
}

.bgsubFI {
    background-color: #00008A !important;
}

.bgsubFY {
    background-color: #3EAD8A !important;
}

.bgsubGE {
    background-color: #E0AD42 !important;
}

.bgsubHI {
    background-color: #00008A !important;
}

.bgsubIA {
    background-color: #C686CB !important;
}

.bgsubIT {
    background-color: #F69F8A !important;
}

.bgsubKE {
    background-color: #3EAD8A !important;
}

.bgsubKO {
    background-color: #F69F8A !important;
}

.bgsubKS {
    background-color: #F69F8A !important;
}

.bgsubKU {
    background-color: #80DAFF !important;
}

.bgsubLI {
    background-color: #0275d8 !important;
}

.bgsubMA {
    background-color: #3EAD8A !important;
}

.bgsubMU {
    background-color: #80DAFF !important;
}

.bgsubOPO {
    background-color: #F69F8A !important;
}

.bgsubPRO {
    background-color: #F69F8A !important;
}

.bgsubRA {
    background-color: #C686CB !important;
}

.bgsubRU {
    background-color: #C686CB !important;
}

.bgsubSA {
    background-color: #C686CB !important;
}

.bgsubSU {
    background-color: #C686CB !important;
}

.bgsubTE {
    background-color: #E0AD42 !important;
}

.bgsubTN {
    background-color: #F69F8A !important;
}

.bgsubTS {
    background-color: #F69F8A !important;
}

.bgsubUE {
    background-color: #F69F8A !important;
}

.bgsubVE {
    background-color: #C686CB !important;
}

.bgsubYH {
    background-color: #00008A !important;
}

.bgsubYM {
    background-color: #00008A !important;
}