:root {
	--bp-color-text: #263128;
	--bp-color-muted: #627067;
	--bp-color-surface: #fbfaf6;
	--bp-color-subtle: #f1eee5;
	--bp-color-border: #d8d1c3;
	--bp-color-accent: #754a2a;
	--bp-color-leaf: #3d5b4a;
	/* Replace these stacks with local @font-face families when fonts are chosen. */
	--bp-font-body: Georgia, "Times New Roman", serif;
	--bp-font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bp-font-devanagari: "Noto Serif Devanagari", "Nirmala UI", "Kohinoor Devanagari", serif;
	--bp-content-width: 42rem;
	--bp-wide-width: 72rem;
	--bp-space-xs: 0.5rem;
	--bp-space-sm: 1rem;
	--bp-space-md: 1.5rem;
	--bp-space-lg: 2.5rem;
	--bp-space-xl: 4.5rem;
}
