
:root {
	--decorative-text: "Stardos Stencil", system-ui;
	--san-serif: 'Inter', san-serif;
	--serif: 'Noto Serif', serif;
	--main-accent: orange;
	--sub-accent: pink;
	--light-text: white;
	--dark-bg: black;
}

[data-theme="dark"] {
}

