/**
 * Optional client-specific token overrides.
 *
 * Cahillbrand Core auto-maps Divi Variable Manager labels to --cb-{slug}
 * (e.g. label "Primary" → var(--cb-primary)). Add manual aliases here only
 * when you need a custom name or fallback.
 */
:root {
	--cb-font-heading: var(--et_global_heading_font, inherit);
}
