refetch-website
A clean Next.js start: the wrapper requested create-next-app@latest, App Router, and a vanilla CSS design system. No utility framework - just tokens.
Spacing scale
8 steps, 4px base - --space-1 to --space-8
Color tokens
From theme.css - try switching your OS appearance, or set data-theme="dark" on <html>
- Background
--background - Foreground
--foreground - Muted
--muted - Accent
--accent-9 - Accent soft
--accent-3 - Line
--border
Next steps
- Edit
src/app/page.tsx- this welcome page is yours to replace - Tokens live in
src/lib/design-system/- spacing, widths and type incore.css, colors intheme.css, durations and curves inmotion.css - Read
DESIGN.mdfor the token reference andAGENTS.mdfor the project rules