:root {
    --color-bg: white;
    --color-bg-2: lightgray;
    
    --color-tx: black;
    --color-tx-2: black;
    --color-tx-3: gray;
    --color-tx-form: black;
    
    --color-ui: lightgray;
    --color-ui-2: gray;
    --color-ui-3: black;
    
    --color-cta: forestgreen;
    --color-cta-h: limegreen;
}
img.dark-image {
    display:none !important;
}