.w3-theme-l5 {color:#000 !important; background-color:#faf5f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#efddd6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#dfbbad !important}
.w3-theme-l2 {color:#000 !important; background-color:#cf9984 !important}
.w3-theme-l1 {color:#fff !important; background-color:#bf775a !important}
.w3-theme-d1 {color:#fff !important; background-color:#915239 !important}
.w3-theme-d2 {color:#fff !important; background-color:#814932 !important}
.w3-theme-d3 {color:#fff !important; background-color:#71402c !important}
.w3-theme-d4 {color:#fff !important; background-color:#613626 !important}
.w3-theme-d5 {color:#fff !important; background-color:#512d1f !important}

.w3-theme {color:#fff !important; background-color:#a15b3f !important}

:root {
  --w3-theme-l5-color: #000;
  --w3-theme-l5-background-color: #faf5f3;
  --w3-theme-l4-color: #000;
  --w3-theme-l4-background-color: #efddd6;
  --w3-theme-l3-color: #000;
  --w3-theme-l3-background-color: #dfbbad;
  --w3-theme-l2-color: #000;
  --w3-theme-l2-background-color: #cf9984;
  --w3-theme-l1-color: #fff;
  --w3-theme-l1-background-color: #bf775a;
  --w3-theme-color: #fff;
  --w3-theme-background-color: #a15b3f;
  --w3-theme-d1-color: #fff;
  --w3-theme-d1-background-color: #915239;
  --w3-theme-d2-color: #fff;
  --w3-theme-d2-background-color: #814932;
  --w3-theme-d3-color: #fff;
  --w3-theme-d3-background-color: #71402c;
  --w3-theme-d4-color: #fff;
  --w3-theme-d4-background-color: #613626;
  --w3-theme-d5-color: #fff;
  --w3-theme-d5-background-color: #512d1f;
}