/* VOTAN design system: shared by the site and editor. */
:root {
	--votan-primary: #0B2A5B;
	--votan-primary-dark: #081F45;
	--votan-accent: #D71920;
	--votan-accent-dark: #B1141A;
	--votan-white: #FFFFFF;
	--votan-bg-light: #F6F8FB;
	--votan-border: #D9E2EC;
	--votan-text: #5F6C7B;
	--votan-text-dark: #0B2A5B;
	--votan-ice: #00B5E2;
	--votan-sports: #D71920;
	--votan-tools: #7C8797;
	--votan-equestrian: #B8742A;
	--votan-outdoor: #2E9B47;
	--votan-hospitality: #C69A2A;
}
/* Original decorative shades preserve image overlays and dark-surface contrast. */
:root {
	--votan-focus: #e58d16;
	--votan-white-hover: #ffffff14;
	--votan-menu-shadow: #0b2a5b20;
	--votan-hero-clear: #04142900;
	--votan-hero-mid: #03142933;
	--votan-hero-bottom: #031429c9;
	--votan-hero-eyebrow: #e7edf5;
	--votan-hero-marker: #f95b62;
	--votan-text-shadow: #0006;
	--votan-hero-caption: #c4cedd;
	--votan-card-shadow: #0b2a5b12;
	--votan-on-dark: #dce5f2;
	--votan-label-on-dark: #ff6870;
	--votan-mask-opaque: #000;
	--votan-statement-glow: #194771;
	--votan-statement-muted: #a2b8d4;
	--votan-orbit-border: #ffffff13;
	--votan-placeholder-start: #e5ebf3;
	--votan-placeholder-end: #d7e1ed;
	--votan-placeholder-border: #0b2a5b15;
	--votan-placeholder-text: #647a95;
	--votan-footer-text: #c7d3e3;
	--votan-footer-border: #ffffff18;
	--votan-footer-muted: #a5b5cc;
	--votan-mobile-shade-start: #03142925;
	--votan-mobile-shade-mid: #031429b8;
	--votan-mobile-shade-end: #031429ef;
}
