:root {
    /* dark theme */
    --color-bg: #100f0f;
    --color-bg-2: #1c1b1a;
    
    --color-tx: #cecdc3;
    --color-tx-2: #878580;
    --color-tx-3: #575653;
    --color-tx-form: #cecdc3;
    
    --color-ui: #282726;
    --color-ui-2: #343331;
    --color-ui-3: #403e3c;
    
    --color-cta: #879a39;
    --color-cta-h: #66800b;
}
img.light-image {
    display:none !important;
}