/**
 * Color Theme: Healthy / Organic (Pro) — a deeper forest green (hue ~100°)
 * than a muddy olive, on a soft sage-white base. Reads as fresh and
 * natural without drifting toward Seafood's blue-leaning teal.
 * Overrides only the CSS custom properties defined on .rztqm-menu in
 * frontend.css; no layout rules belong here.
 */

.rztqm-theme-healthy-organic {
	--rztqm-accent: #446732;
	--rztqm-text: #1D2E15;
	--rztqm-text-muted: #687F5C;
	--rztqm-border: #DAE9D3;
	--rztqm-bg: #F9FBF8;
	--rztqm-bg-soft: #E8F2E3;
}
