/**
 * Color Theme: Luxury Restaurant (Pro) — a muted antique-gold accent on
 * near-black text, pushed toward true gold (hue ~40°) rather than the
 * brown/bronze it's easy to collide with Craft Pub or Modern Café on —
 * pairs with a soft champagne-tinted base for an upscale, fine-dining feel.
 * Overrides only the CSS custom properties defined on .rztqm-menu in
 * frontend.css; no layout rules belong here.
 */

.rztqm-theme-luxury-restaurant {
	--rztqm-accent: #80652D;
	--rztqm-text: #2E2515;
	--rztqm-text-muted: #7F735C;
	--rztqm-border: #E9E2D3;
	--rztqm-bg: #FBFAF8;
	--rztqm-bg-soft: #F2EDE3;
}
