/*
 * Site theme tokens — derived from the village crest (erb.png).
 * Each site in this codebase has its own crest, so its own primary/accent
 * pair. For Lenartovce: forest green (crest field) + gold (wheat sheaf).
 */
:root {
	--color-primary: #1b6b3a;
	--color-primary-dark: #134f2b;
	--color-primary-light: #e7f1ea;
	--color-accent: #c9a227;
	--color-accent-light: #f3e9c8;
	--color-text: #2b2f2b;
	--color-muted: #6b7280;
	--color-border: #e2e5e0;
	--color-surface: #ffffff;
	--color-bg: #f5f7f5;
	--font-family-base: 'Open Sans', sans-serif;
}
