/**
 * Color Theme: Modern Café (free/default) — a rich burnt-terracotta accent
 * on a warm ivory base, with every neutral (text, border, backgrounds)
 * carrying the same warm hue at low saturation so the whole theme reads as
 * one cohesive palette rather than "cream + a colored dot."
 * Overrides only the CSS custom properties defined on .cqm-menu in
 * frontend.css; no layout rules belong here.
 */

.cqm-theme-modern-cafe {
	--cqm-accent: #A53D18;
	--cqm-text: #2E1B15;
	--cqm-text-muted: #7F655C;
	--cqm-border: #E9D9D3;
	--cqm-bg: #FBF9F8;
	--cqm-bg-soft: #F2E7E3;
}
