Larsen UtviklingLarsen Utvikling

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

  1. Edit src/app/page.tsx - this welcome page is yours to replace
  2. Tokens live in src/lib/design-system/ - spacing, widths and type in core.css, colors in theme.css, durations and curves in motion.css
  3. Read DESIGN.md for the token reference and AGENTS.md for the project rules