.light {
	background-color: #fafafa;
}

@media (prefers-color-scheme: dark) {
	html {
		background-color: #13181B;
	}
}