:root {
    --theme-color: #d93006;
    --theme-color-l5: #fff2ee ;
    --theme-color-l4: #fed2c7;
    --theme-color-l3: #fca590;
    --theme-color-l2: #fb7858;
    --theme-color-l1: #f94c20;
    --theme-color-d1: #c52b05;
    --theme-color-d2: #af2704;
    --theme-color-d3: #992204;
    --theme-color-d4: #831d03;
    --theme-color-d5: #6d1803;
}

.w3-theme-l5 {color:#000 !important; background-color:#fff2ee !important}
.w3-theme-l4 {color:#000 !important; background-color:#fed2c7 !important}
.w3-theme-l3 {color:#000 !important; background-color:#fca590 !important}
.w3-theme-l2 {color:#fff !important; background-color:#fb7858 !important}
.w3-theme-l1 {color:#fff !important; background-color:#f94c20 !important}
.w3-theme-d1 {color:#fff !important; background-color:#c52b05 !important}
.w3-theme-d2 {color:#fff !important; background-color:#af2704 !important}
.w3-theme-d3 {color:#fff !important; background-color:#992204 !important}
.w3-theme-d4 {color:#fff !important; background-color:#831d03 !important}
.w3-theme-d5 {color:#fff !important; background-color:#6d1803 !important}

.w3-theme-light {color:#000 !important; background-color:#fff2ee !important}
.w3-theme-dark {color:#fff !important; background-color:#6d1803 !important}
.w3-theme-action {color:#fff !important; background-color:#6d1803 !important}

.w3-theme {color:#fff !important; background-color:#d93006 !important}
.w3-text-theme {color:#d93006 !important}
.w3-border-theme {border-color:#d93006 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#d93006 !important}
.w3-hover-text-theme:hover {color:#d93006 !important}
.w3-hover-border-theme:hover {border-color:#d93006 !important}
