:root {
	--bg: #0b0e14;
	--surface: #131822;
	--fg: #f4f6fb;
	--muted: #93a1b5;
	--border: #232c3b;
	--accent: #e11d2a;
	--accent-fg: #ffffff;
}

html {
	scroll-behavior: smooth;
}

::selection {
	background: var(--accent);
	color: var(--accent-fg);
}
