/* Color scheme: Crypto — Dark mode (purple / cyan accents) */

[data-theme="dark"] {
	--color-primary: #6c5ce7;
	--color-primary-hover: #8577ef;
	--color-on-primary: #0a0e17;
	--color-bg: #0a0e17;
	--color-bg-alt: #111827;
	--color-bg-hover: #1a2234;
	--color-text: #e2e8f0;
	--color-text-muted: #94a3b8;
	--color-border: #1e293b;
	--color-accent: #00d4ff;
	--color-accent-hover: #33ddff;
	--color-focus: #6c5ce7;
	--color-link: #e2e8f0;
	--color-link-hover: #00d4ff;

	--elmur-text-soft: #94a3b8;
	--elmur-text-red: #ef4444;
	--elmur-text-orange: #f97316;
	--elmur-text-yellow: #eab308;
	--elmur-text-green: #22c55e;
	--elmur-text-teal: #14b8a6;
	--elmur-text-blue: #38bdf8;
	--elmur-text-purple: #a78bfa;
	--elmur-text-pink: #f472b6;

	--elmur-overlay-scrim: rgba(0, 0, 0, 0.45);
	--elmur-overlay-scrim-soft: rgba(0, 0, 0, 0.12);
	--elmur-overlay-scrim-strong: rgba(0, 0, 0, 0.7);
	--elmur-overlay-text: #ffffff;
	--elmur-overlay-text-muted: rgba(255, 255, 255, 0.75);
}
