/**
 * Marrakech subsite extras: inline SVG fills and small tweaks not in compiled CSS.
 * Main palette lives in marrakech-main.css (regenerate via scripts/build-marrakech-main-css.py).
 */

body.site-marrakech {
	--ipo-ma-crimson: #3a0a12;
	--ipo-ma-red: #a31830;
	--ipo-ma-bright-red: #dc2626;
	--ipo-ma-gold: #f0c929;
}

body.site-marrakech [fill="#075018"],
body.site-marrakech [fill="#075018" i] {
	fill: var(--ipo-ma-red) !important;
}

body.site-marrakech [fill="#ffd300"],
body.site-marrakech [fill="#FFD300"] {
	fill: var(--ipo-ma-gold) !important;
}
