/*
 * Color palette: Synth Magenta (dark). Signature default of the 'synthwave' theme.
 * Defines only the colour variables; themes consume them.
 */

body.color-synth-magenta {
	--site-bg: #1a0b2e;
	--site-text: #fde7ff;
	--site-muted: #b794d4;
	--site-accent: #ff2bd6;
	--site-on-accent: #15171c;
	--site-accent-2: #21e6c1;
	--site-surface: #2a1148;
	--site-border: rgba(255, 43, 214, 0.3);
	--header-bg: #150826;
	--header-text: #fde7ff;
	--header-link: #fde7ff;
	--header-link-hover: #21e6c1;
	--header-trust-bg: #0d0418;
	--header-trust-text: #ff2bd6;
	--footer-bg: #0d0418;
	--footer-text: #b794d4;
	--footer-heading: #ff2bd6;
	--footer-link: #b794d4;
	--footer-divider: rgba(255, 43, 214, 0.25);
}
