Styleguide

Home

Colors

Base design tokens driven by CSS variables and Tailwind v4 theme inline.

Backgroundvar(--background)
Foregroundvar(--foreground)
Primaryvar(--primary)
Primary fgvar(--primary-foreground)
Gray 200gray-200
Gray 800gray-800

Typography

Heading H1
class: text-2xl font-semibold
Heading H2
class: text-xl font-semibold
Heading H3
class: text-lg font-medium

Body base text size with default leading.

class: text-base
Monospace code sample using Geist Mono
class: font-mono text-sm

Spacing

Common spacing increments

p-1
p-2
p-3
p-4
p-5
p-6
p-8
p-10
p-12

Components

Buttons
Utilities
Copy button demo

Audit helpers

Fonts
Sans (var)
The quick brown fox jumps over the lazy dog
Mono (var)
const sum = (a, b) => a + b