/**
 * Color Theme: Fast Food (Pro) — a vivid, true red accent (hue ~4°, no
 * orange drift), distinct from Modern Café's terracotta and Wine Bar's
 * burgundy. High energy/appetite, on a crisp warm-white base.
 * Overrides only the CSS custom properties defined on .rztqm-menu in
 * frontend.css; no layout rules belong here.
 */

.rztqm-theme-fast-food {
	--rztqm-accent: #B42C22;
	--rztqm-text: #2E1615;
	--rztqm-text-muted: #7F5E5C;
	--rztqm-border: #E9D4D3;
	--rztqm-bg: #FBF9F8;
	--rztqm-bg-soft: #F2E4E3;
}
