:root {
    --theme0: #098237;
    --theme1: #0fa348;
    --theme2: #098237;
    /* --theme1: rgb(184, 117, 114); */
    /* --theme2: rgb(208, 145, 138); */
    --theme3: rgb(77, 76, 76);
    --theme4: rgb(104, 104, 104);
    --theme5: #16bd56;
    --theme6: #fafffc;
}

.cl1 { color: var(--theme1) !important; }
.cl2 { color: var(--theme2) !important; }
.cl3 { color: var(--theme3) !important; }
.cl4 { color: var(--theme4) !important; }
.cl5 { color: var(--theme5) !important; }
.cl6 { color: var(--theme6) !important; }

.bg1 { background-color: var(--theme1) !important; }
.bg2 { background-color: var(--theme2) !important; }
.bg3 { background-color: var(--theme3) !important; }
.bg4 { background-color: var(--theme4) !important; }
.bg5 { background-color: var(--theme5) !important; }
.bg6 { background-color: var(--theme6) !important; }