/* EBC Multi-Brand — shared base.
 *
 * Define neutral defaults here; each brand stylesheet overrides the tokens
 * under its own body.brand-<slug> scope. Use the tokens in your EBC layouts /
 * Astra settings so a brand's look is driven from one place.
 */

:root {
	--brand-primary: #222222;
	--brand-secondary: #666666;
	--brand-accent: #0a7cff;
	--brand-bg: #ffffff;
	--brand-text: #1a1a1a;
	--brand-font-heading: inherit;
	--brand-font-body: inherit;
	--brand-radius: 4px;
}

/* Example hooks — safe, low-specificity defaults brands can build on. */
.ebc-brand-template {
	color: var(--brand-text);
	background: var(--brand-bg);
}
