:root {
	--cream: #f4e2cd;
	--cream-strong: #ead0b2;
	--brown-900: #3a2615; /* very dark brown for text */
	--brown-700: #5b3a24; /* headings/accent */
	--toast-500: #8a5a3a; /* buttons/links */
	--toast-600: #744a2f;
	--white: #ffffff;
	--shadow-sm: 0 6px 18px rgba(58, 38, 21, 0.08);
	--radius: 14px;

	--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

@media (prefers-color-scheme: dark) {
	:root {
		--cream: #ead7c1;
	}
}

