/* Joy in the City — site-wide tokens and background */

:root {
	--jitc-page-bg: #faf6f1;
	--jitc-white: #ffffff;
	--jitc-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	--jitc-text: #2c2c2c;
	--jitc-text-muted: #555555;
	--jitc-border: #2c2c2c;
	--jitc-muted: #6b7280;
	--jitc-green: #4a7c4e;
	--jitc-green-dark: #1b3d2f;
	--jitc-cream: #f5f0e8;
}

body,
#page {
	background-color: var(--jitc-page-bg);
}
