/**
 * Brand-Specific CSS Variables
 * Theme - Dynamic Brand Styling
 */

/* Kipp & Zonen (DEFAULT) */
:root {
	--veralto-primary: #2e3c40;
	--veralto-secondary: #166886;
	--veralto-accent: #ffcd00;
	--veralto-red: #af2227;
	--veralto-bg: #f5f7f6;
	--veralto-bg-sage: #d1e0d7;
	--veralto-white: #ffffff;
	--veralto-logo: url('/wp-content/themes/veralto/images/Veralto-logo.svg');

	/* Kipp & Zonen brand accent — used on login/brand-select hero screens */
	--kz-accent: var(--veralto-red);

	/* OTT brand accent — used on login/brand-select hero screens */
	--ott-accent: var(--veralto-accent);
}

/* Add more brands as they are configured in the system */
