html {
    color-scheme: light only;
    background-color: #fff;
}

body,
.content-wrapper {
    background-color: #fff !important;
    color: #343f52 !important;
}

.wrapper.bg-light,
section.bg-light,
.card.bg-soft-primary {
    background-color: #f8f9fa !important;
}

@media (prefers-color-scheme: dark) {
    html, body, .content-wrapper {
        background-color: #fff !important;
        color: #343f52 !important;
    }
}
