/**
 * Color Theme: Craft Pub (Pro) — a warm copper/amber accent (hue ~28°),
 * sitting distinctly between Modern Café's redder terracotta and Luxury
 * Restaurant's more yellow antique gold rather than overlapping either.
 * Warm, hoppy, on a light parchment base.
 * Overrides only the CSS custom properties defined on .rztqm-menu in
 * frontend.css; no layout rules belong here.
 */

.rztqm-theme-craft-pub {
	--rztqm-accent: #955823;
	--rztqm-text: #2E2015;
	--rztqm-text-muted: #7F6C5C;
	--rztqm-border: #E9DDD3;
	--rztqm-bg: #FBFAF8;
	--rztqm-bg-soft: #F2EAE3;
}
