:root {
	--bg: #ffffff;
	--text: #1a1a1a;
}

:root[data-theme='dark'] {
	--bg: #121212;
	--text: #f5f5f5;
}
