.w3-theme-l5 {color:#000 !important; background-color:#fffbf2 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fff3d3 !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffe8a7 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ffdc7b !important}
.w3-theme-l1 {color:#000 !important; background-color:#ffd050 !important}
.w3-theme-d1 {color:#000 !important; background-color:#ffbd07 !important}
.w3-theme-d2 {color:#000 !important; background-color:#e9ab00 !important}
.w3-theme-d3 {color:#fff !important; background-color:#cb9500 !important}
.w3-theme-d4 {color:#fff !important; background-color:#ae8000 !important}
.w3-theme-d5 {color:#fff !important; background-color:#916b00 !important}

.w3-theme {color:#000 !important; background-color:#ffc526 !important}

:root {
  --w3-theme-l5-color: #000;
  --w3-theme-l5-background-color: #fffbf2;
  --w3-theme-l4-color: #000;
  --w3-theme-l4-background-color: #fff3d3;
  --w3-theme-l3-color: #000;
  --w3-theme-l3-background-color: #ffe8a7;
  --w3-theme-l2-color: #000;
  --w3-theme-l2-background-color: #ffdc7b;
  --w3-theme-l1-color: #000;
  --w3-theme-l1-background-color: #ffd050;
  --w3-theme-color: #000;
  --w3-theme-background-color: #ffc526;
  --w3-theme-d1-color: #000;
  --w3-theme-d1-background-color: #ffbd07;
  --w3-theme-d2-color: #000;
  --w3-theme-d2-background-color: #e9ab00;
  --w3-theme-d3-color: #fff;
  --w3-theme-d3-background-color: #cb9500;
  --w3-theme-d4-color: #fff;
  --w3-theme-d4-background-color: #ae8000;
  --w3-theme-d5-color: #fff;
  --w3-theme-d5-background-color: #916b00;
}