:root {
	/* Color */
	--bg: #05030a;
	--bg-soft: #0a0714;
	--surface: #150f24;
	--surface-2: #1b1330;
	--border: rgba(167, 139, 250, 0.16);
	--border-strong: rgba(167, 139, 250, 0.32);

	--violet-500: #7c3aed;
	--violet-400: #9061f9;
	--violet-300: #a78bfa;
	--violet-glow: rgba(124, 58, 237, 0.45);

	--text-primary: #ece7f7;
	--text-secondary: #a89fc2;
	--text-muted: #6f6689;

	--success: #34d399;

	/* Type */
	--font-display: "Space Grotesk", "Inter", sans-serif;
	--font-body: "Inter", -apple-system, sans-serif;
	--font-mono: "JetBrains Mono", ui-monospace, monospace;

	/* Layout */
	--container: 1180px;
	--radius-sm: 10px;
	--radius-md: 16px;
	--radius-lg: 24px;
	--nav-h: 72px;

	/* Motion */
	--ease: cubic-bezier(0.16, 1, 0.3, 1);
}
