/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Block Dark Reader */
:root {
    color-scheme: light !important;
}

html {
    filter: none !important;
}

* {
    forced-color-adjust: none !important;
}

@media (prefers-color-scheme: dark) {
    html {
        background: #ffffff !important;
        filter: none !important;
    }
    
    body {
        background-color: #ffffff !important;
        color: #222222 !important;
    }
}