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

/* Apollo Tyres - Personal (DEFAULT) */
:root {
	--apollo-primary: #7f54b3;
	--apollo-secondary: #7724ff;
	--apollo-logo: url('/wp-content/themes/apollo/images/apollotyresltd-logo.jpg');
}

/* Apollo Tyres - Corporate */
body.brand-apollo-tyres {
	--apollo-primary: #1e3a8a;
	--apollo-secondary: #1e40af;
	--apollo-logo: url('/wp-content/themes/apollo/images/apollo-logo.jpg');
}

/* Vredestein Tyres - Personal */
body.brand-vredestein-tyres {
	--apollo-primary: #dc2626;
	--apollo-secondary: #b91c1c;
	--apollo-logo: url('/wp-content/themes/apollo/images/vredestein_tyres_logo.png');
}

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