:root {
	/* Rosé Pine Dawn */
	--rp-base: rgb(250, 244, 237);
	--rp-surface: rgb(255, 250, 243);
	--rp-overlay: rgb(242, 233, 222);
	--rp-muted: rgb(152, 147, 165);
	--rp-subtle: rgb(121, 117, 147);
	--rp-text: rgb(87, 82, 121);
	--rp-love: rgb(180, 99, 122);
	--rp-gold: rgb(234, 157, 52);
	--rp-rose: rgb(215, 130, 126);
	--rp-pine: rgb(40, 105, 131);
	--rp-foam: rgb(86, 148, 159);
	--rp-iris: rgb(144, 122, 169);
	--rp-highlight-low: rgb(244, 237, 232);
	--rp-highlight-med: rgb(223, 218, 217);
	--rp-highlight-high: rgb(206, 202, 205);
}

@media (prefers-color-scheme: dark) {
	:root {
		/* Rosé Pine */
		--rp-base: rgb(25, 23, 36);
		--rp-surface: rgb(31, 29, 46);
		--rp-overlay: rgb(38, 35, 58);
		--rp-muted: rgb(110, 106, 134);
		--rp-subtle: rgb(144, 140, 170);
		--rp-text: rgb(224, 222, 244);
		--rp-love: rgb(235, 111, 146);
		--rp-gold: rgb(246, 193, 119);
		--rp-rose: rgb(235, 188, 186);
		--rp-pine: rgb(49, 116, 143);
		--rp-foam: rgb(156, 207, 216);
		--rp-iris: rgb(196, 167, 231);
		--rp-highlight-low: rgb(33, 32, 46);
		--rp-highlight-med: rgb(64, 61, 82);
		--rp-highlight-high: rgb(82, 79, 103);
	
		/* Rosé Pine Moon */
		/* --rp-base: rgb(35, 33, 54); */
		/* --rp-surface: rgb(42, 39, 63); */
		/* --rp-overlay: rgb(57, 53, 82); */
		/* --rp-muted: rgb(110, 106, 134); */
		/* --rp-subtle: rgb(144, 140, 170); */
		/* --rp-text: rgb(224, 222, 244); */
		/* --rp-love: rgb(235, 111, 146); */
		/* --rp-gold: rgb(246, 193, 119); */
		/* --rp-rose: rgb(234, 154, 151); */
		/* --rp-pine: rgb(62, 143, 176); */
		/* --rp-foam: rgb(156, 207, 216); */
		/* --rp-iris: rgb(196, 167, 231); */
		/* --rp-highlight-low: rgb(42, 40, 62); */
		/* --rp-highlight-med: rgb(68, 65, 90); */
		/* --rp-highlight-high: rgb(86, 82, 110); */
	}
}