/**
 * Color Theme: Wine Bar (Pro) — a rich burgundy accent (hue ~338°, leaning
 * magenta rather than orange-red) so it reads as distinctly "wine" next to
 * Fast Food's true red, on a soft blush-white base. Moody but still light.
 * Overrides only the CSS custom properties defined on .rztqm-menu in
 * frontend.css; no layout rules belong here.
 */

.rztqm-theme-wine-bar {
	--rztqm-accent: #711E3C;
	--rztqm-text: #2E151E;
	--rztqm-text-muted: #7F5C69;
	--rztqm-border: #E9D3DB;
	--rztqm-bg: #FBF8F9;
	--rztqm-bg-soft: #F2E3E9;
}
