/*
 * Općina Ernestinovo — brand shade variants.
 *
 * The 11 picker-managed base colors are set via the opcina_tema/color_defaults
 * filter in functions.php. These are the derived primary/accent shades that live
 * only in the parent tokens.css; redefining them here lets the child own the full
 * palette. Loaded after the parent stylesheet (dependency: opcina-tema).
 */
:root {
	/* Primary shade scale derived from the base #2e7d3f (the colour actually
	   painted across the UI). */
	--mt-color-primary-hover: #3aa34f;
	--mt-color-primary-contrast: #ffffff;
	--mt-color-primary-soft: rgba(46, 125, 63, 0.1);
	--mt-color-primary-deep: #1c4d27;
	--mt-color-primary-light: #7cc08b;
	--mt-color-primary-100: #e2f0e5;
	--mt-color-primary-tint: #f1f7f2;
	--mt-color-primary-rgb: 46, 125, 63;

	/* Secondary (white) button hover tint — a 10% primary wash. */
	--mt-color-secondary-hover: rgba(46, 125, 63, 0.1);

	--mt-color-accent-bright: #b98a2a;
	--mt-color-accent-100: #f6efdd;
	--mt-color-accent-rgb: 148, 111, 30;
}
