:root {
    --prussian-blue: #003049ff;
    --fire-engine-red: #d62828ff;
    --orange-wheel: #f77f00ff;
    --xanthous: #fcbf49ff;
    --vanilla: #eae2b7ff;
    --theme1: #003049ff;
    --theme2: #d62828ff;
    --theme3: #f77f00ff;
    --theme4: #fcbf49ff;
    --theme5: #eae2b7ff;
}

.lx-theme {color:var(--vanilla) !important; background-color:var(--orange-wheel) !important}
.lx-theme-lighter {color:var(--prussian-blue) !important; background-color:var(--xanthous) !important}
.lx-theme-light {color:var(--prussian-blue) !important; background-color:var(--vanilla) !important}
.lx-theme-dark {color:var(--vanilla) !important; background-color:var(--prussian-blue) !important}
.lx-theme-action {color:var(--prussian-blue) !important; background-color:var(--fire-engine-red	) !important}

.lx-text-theme {color:var(--orange-wheel) !important}
.lx-border-theme {border-color:var(--orange-wheel) !important}

.lx-hover-theme:hover {color:var(--vanilla) !important; background-color:var(--fire-engine-red) !important}
.lx-hover-text-theme:hover {color:var(--fire-engine-red) !important}
.lx-hover-border-theme:hover {border-color:var(--fire-engine-red) !important}

.lx-text-error {color:var(--fire-engine-red) !important;}


.lx-theme-1 {color:var(--theme5) !important; background-color:var(--theme1) !important;}
.lx-theme-2 {color:var(--theme5) !important; background-color:var(--theme2) !important;}
.lx-theme-3 {color:var(--theme1) !important; background-color:var(--theme3) !important;}
.lx-theme-4 {color:var(--theme1) !important; background-color:var(--theme4) !important;}
.lx-theme-5 {color:var(--theme1) !important; background-color:var(--theme5) !important;}

.lx-text-theme-1 {color:var(--theme1) !important;}
.lx-text-theme-2 {color:var(--theme2) !important;}
.lx-text-theme-3 {color:var(--theme3) !important;}
.lx-text-theme-4 {color:var(--theme4) !important;}
.lx-text-theme-5 {color:var(--theme5) !important;}

.lx-border-theme-1 {border-color:var(--theme1) !important}
.lx-border-theme-2 {border-color:var(--theme1) !important}
.lx-border-theme-3 {border-color:var(--theme1) !important}
.lx-border-theme-4 {border-color:var(--theme1) !important}
.lx-border-theme-5 {border-color:var(--theme1) !important}

.lx-linurix {font-family: linurix, sans-serif;}


