:root {
    --white: #fff;
    --black: #000;
    --th-l5: #fffdf8;
    --th-l4: #fef9e8;
    --th-l3: #fdf4d0;
    --th-l2: #fbeeb9;
    --th-l1: #fae8a2;
    --th: #f9e28a;
    --th-d1: #f7da66;
    --th-d2: #f5d141;
    --th-d3: #f3c81c;
    --th-d4: #ddb30c;
    --th-d5: #b8950a;
}
.w3-theme-l5 {color:var(--black) !important; background-color:var(--th-l5) !important}
.w3-theme-l4 {color:var(--black) !important; background-color:var(--th-l4) !important}
.w3-theme-l3 {color:var(--black) !important; background-color:var(--th-l3) !important}
.w3-theme-l2 {color:var(--black) !important; background-color:var(--th-l2) !important}
.w3-theme-l1 {color:var(--black) !important; background-color:var(--th-l1) !important}
.w3-theme-d1 {color:var(--black) !important; background-color:var(--th-d1) !important}
.w3-theme-d2 {color:var(--black) !important; background-color:var(--th-d2) !important}
.w3-theme-d3 {color:var(--black) !important; background-color:var(--th-d3) !important}
.w3-theme-d4 {color:var(--black) !important; background-color:var(--th-d4) !important}
.w3-theme-d5 {color:var(--white) !important; background-color:var(--th-d5) !important}

.w3-theme-light {color:var(--black) !important; background-color:var(--th-l5) !important}
.w3-theme-dark {color:var(--white) !important; background-color:var(--th-d5) !important}
.w3-theme-action {color:var(--white) !important; background-color:var(--th-d5) !important}

.w3-theme {color:var(--black) !important; background-color:var(--th) !important}
.w3-text-theme {color:var(--th) !important}
.w3-border-theme {border-color:var(--th-d1) !important}

.w3-hover-theme:hover {color:var(--black) !important; background-color:var(--th-l2) !important}
.w3-hover-text-theme:hover {color:var(--th) !important}
.w3-hover-border-theme:hover {border-color:var(--th-d4) !important}

.w3-hover-theme-l4:hover {color:var(--black) !important; background-color:var(--th-l4) !important}
.w3-hover-theme-d2:hover {color:var(--black) !important; background-color:var(--th-d2) !important}
.w3-hover-theme-d3:hover {color:var(--black) !important; background-color:var(--th-d3) !important}