.theme-dark,
.theme-light {
    --menu-buttons: #cdcdcd;
    --light: #fafafa;
    --lightmeta: #b3bed4;
}

.theme-light {
    --font-color: #fff!important;
    --back-color: #16191f!important;
    --border-head: #4444!important;
    --palette-one: #2b4b87!important;
    --palette-two: #314f8a!important;
    --palette-three: #6a80ab!important;
    --palette-four: #b3bed4!important;
    --ad-border: #424242!important;
    --post-exc: #dadada!important;
    --link: #8eb3ff!important;
    --link-hover: #ff6264!important;
    --color-disqus: #16191f!important;
    --fontcolor-disqus: #9e9e9e !important;
    --red: #fd6488!important;
    --author-b1: #222!important;
    --author-b2: #222731!important;
    --small-font: #bbb!important;
    --bright: 4.5!important;
}
.theme-dark {
    --font-color: #fff;
    --back-color: #16191f;
    --border-head: #4444;
    --palette-one: #2b4b87;
    --palette-two: #314f8a;
    --palette-three: #6a80ab;
    --palette-four: #b3bed4;
    --ad-border: #424242;
    --post-exc: #dadada;
    --link: #8eb3ff;
    --link-hover: #ff6264;
    --color-disqus: #16191f;
    --fontcolor-disqus: #9e9e9e !important;
    --red: #fd6488;
    --author-b1: #222;
    --author-b2: #222731;
    --small-font: #bbb;
    --bright: 4.5;
}
