/* Generated from website/DESIGN.md by `bun run site:tokens`. Do not edit. */
:root {
	--bg: #0b0e14;
	--bg2: #070a0f;
	--term-bg: #0d1117;
	--surface: #131923;
	--surface2: #171e29;
	--line: #222a37;
	--line2: #2f3a4a;
	--text: #eaf0f7;
	--muted: #93a1b3;
	--faint: #7d899b;
	--blue: #5fafff;
	--green: #64d760;
	--amber: #ffd687;
	--coral: #ff8c87;
	--grad: linear-gradient(90deg, #5fafff, #64d760, #ffd687, #ff8c87);
	--mono: ui-monospace, 'SF Mono', 'SFMono-Regular', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
	--r-xs: 4px;
	--r-sm: 8px;
	--r-md: 10px;
	--r-lg: 14px;
	--r-pill: 999px;
	--r-full: 50%;
	--nav-h: 60px;
	--maxw: 1120px;
}
