:root {
    color-scheme: light !important;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    
    .elementor-button, 
    .elementor-widget-button .elementor-button,
    .elementor-button-wrapper a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

    * {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}