:root {
    --theme-color: #ffbc1f;
    --theme-color-l5: #fffbf2 ;
    --theme-color-l4: #fff2d2;
    --theme-color-l3: #ffe4a5;
    --theme-color-l2: #ffd778;
    --theme-color-l1: #ffc94b;
    --theme-color-d1: #ffb302;
    --theme-color-d2: #e4a000;
    --theme-color-d3: #c88c00;
    --theme-color-d4: #ab7800;
    --theme-color-d5: #8f6400;
}

.w3-theme-l5 {color:#000 !important; background-color:#fffbf2 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fff2d2 !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffe4a5 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ffd778 !important}
.w3-theme-l1 {color:#000 !important; background-color:#ffc94b !important}
.w3-theme-d1 {color:#000 !important; background-color:#ffb302 !important}
.w3-theme-d2 {color:#fff !important; background-color:#e4a000 !important}
.w3-theme-d3 {color:#fff !important; background-color:#c88c00 !important}
.w3-theme-d4 {color:#fff !important; background-color:#ab7800 !important}
.w3-theme-d5 {color:#fff !important; background-color:#8f6400 !important}

.w3-theme-light {color:#000 !important; background-color:#fffbf2 !important}
.w3-theme-dark {color:#fff !important; background-color:#8f6400 !important}
.w3-theme-action {color:#fff !important; background-color:#8f6400 !important}

.w3-theme {color:#000 !important; background-color:#ffbc1f !important}
.w3-text-theme {color:#ffbc1f !important}
.w3-border-theme {border-color:#ffbc1f !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#ffbc1f !important}
.w3-hover-text-theme:hover {color:#ffbc1f !important}
.w3-hover-border-theme:hover {border-color:#ffbc1f !important}
