/**
 * Color Theme: Seafood (Pro) — a deep blue-leaning teal (hue ~178°),
 * pushed further from green than Healthy/Organic so the two read as
 * clearly different families rather than both "greenish." Coastal, cool,
 * on a pale aqua-white base.
 * Overrides only the CSS custom properties defined on .rztqm-menu in
 * frontend.css; no layout rules belong here.
 */

.rztqm-theme-seafood {
	--rztqm-accent: #155B59;
	--rztqm-text: #152E2D;
	--rztqm-text-muted: #5C7F7E;
	--rztqm-border: #D3E9E8;
	--rztqm-bg: #F8FBFB;
	--rztqm-bg-soft: #E3F2F1;
}
