/*
 * Cookie consent banner — themed from venue tokens.
 * vanilla-cookieconsent defines its --cc-* defaults on :root; overriding on
 * #cc-main wins on specificity regardless of stylesheet order, so this file
 * only needs ppb-core-tokens (no hard dependency on the vendor handle).
 */
#cc-main {
	--cc-font-family: var(--font-body, inherit);
	--cc-btn-primary-bg: var(--color-primary);
	--cc-btn-primary-border-color: var(--color-primary);
	--cc-btn-primary-hover-bg: var(--color-secondary);
	--cc-btn-primary-hover-border-color: var(--color-secondary);
}
