/*
 * Color palette: Aurora Indigo (dark). Signature default of the 'glass-aurora' theme.
 * Defines only the colour variables; themes consume them.
 */

body.color-aurora-indigo {
	--site-bg: #0b1026;
	--site-text: #e7ecff;
	--site-muted: #9aa6d6;
	--site-accent: #7c83ff;
	--site-on-accent: #15171c;
	--site-accent-2: #46e0d0;
	--site-surface: rgba(255, 255, 255, 0.06);
	--site-border: rgba(255, 255, 255, 0.14);
	--header-bg: rgba(11, 16, 38, 0.7);
	--header-text: #e7ecff;
	--header-link: #e7ecff;
	--header-link-hover: #46e0d0;
	--header-trust-bg: rgba(255, 255, 255, 0.05);
	--header-trust-text: #9aa6d6;
	--footer-bg: #080c1e;
	--footer-text: #9aa6d6;
	--footer-heading: #e7ecff;
	--footer-link: #9aa6d6;
	--footer-divider: rgba(255, 255, 255, 0.12);
}
