:root {
	--color-bg: #ffffff;
	--color-text: #1a1a1a;
}

.dark {
	--color-bg: #1a1a1a;
	--color-text: #ffffff;
}