html {
	background: #c4beb3;
	color-scheme: light;
}

html[data-theme="dark"] {
	background: #000;
	color-scheme: dark;
}
