:root[data-theme="dark"] body {
	background: rgb(43 42 40);
	color: rgb(232 228 220);
}

:root[data-theme="light"] body,
:root:not([data-theme]) body {
	background: rgb(247 243 236);
	color: rgb(28 24 20);
}
