:root {
	--bg: #0f172a;
	--card: #1e293b;
	--card-hover: #334155;
	--text: #e5e7eb;
	--muted: #94a3b8;
	--accent: #38bdf8;
}

* {
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
}