html,
body.auth-app,
body.dark-theme {
    background-color: #050b14;
}

html[data-site-theme="light"],
html[data-dashboard-theme="light"],
body.auth-app.light-theme,
body.light-theme {
    background-color: #f7f9fc;
}
