:root {
	--decorative-text: "Stardos Stencil", system-ui;
	--san-serif: 'Inter', san-serif;
	--serif: 'Noto Serif', serif;
	--main-accent: #202d38;
	--sub-accent: #763312;
	--light-text: #8698a7;
	--dark-bg: black;

	--leather-hex: #3b1a0a;
	--leather-1: 59, 26, 10;
	--leather-2: 92, 48, 13;

	--post-it-yellow: #ffffb0;

	--light-rgba: 255, 255, 255;
	--dark-rgba: 0, 0, 0;
}

[data-theme="dark"] {
}

