/**
 * Prémio Cinco Estrelas — brand tokens.
 *
 * The whole site is one WordPress install with three segments. The palette in
 * theme.json points at these custom properties, so switching the body class
 * repaints every brand-coloured element (buttons, links, tags, pagination).
 *
 * Values come from the Figma variable collection "Color" (modes Default /
 * National / Regional).
 */

:root {
	--p5e-brand: #d6a368;
	--p5e-brand-strong: #846537;
	--p5e-brand-tint: #f7e8c7;
	--p5e-brand-accent: #ebc769;
}

body.p5e-seg-nacional {
	--p5e-brand: #71b951;
	--p5e-brand-strong: #007335;
	--p5e-brand-tint: #abd4a7;
	--p5e-brand-accent: #6ab77b;
}

body.p5e-seg-regioes {
	--p5e-brand: #f17529;
	--p5e-brand-strong: #e77002;
	--p5e-brand-tint: #fbc5a4;
	--p5e-brand-accent: #de8010;
}
