/* Current purple scheme */
:root {
	--bg: #090812;
	--surface: #12101e;
	--text: #f8f7ff;
	--muted: #aaa6bd;
	--primary: #8654ff;
	--lime: #d7ff63;
	--border: rgba(255,255,255,.1);
	--shadow: 0 24px 70px rgba(0,0,0,.35);
}

