Design System Reference
Read the following files and produce a concise, organized reference of the current design system:
- •
app/globals.css— CSS variables for light/dark mode (HSL values), custom keyframes, base styles - •
lib/theme.ts— Neon accent colors (cyan/pink), theme helpers - •
components/ui/button.tsx— Button variants (default, destructive, outline, secondary, ghost, link, delicious) - •
tailwind.config.tsortailwind.config.js— Extended theme values, custom animations, plugins
Output a quick-reference organized by:
- •Colors: Background, foreground, card, primary, secondary, muted, border, destructive, accent (cyan/pink) — both light and dark values
- •Typography: Font stack, heading sizes (h1–h3), body text, muted text patterns
- •Spacing: Container max-widths, page padding (mobile/tablet/desktop), common gap values
- •Border radius: lg/md/sm values, common usage (cards use rounded-xl)
- •Shadows & effects: Glassmorphism (backdrop-blur), hover transforms, card shadows
- •Animations: Custom keyframes (slow-spin, float, ripple), transition durations
- •Component variants: Button, Badge, Card styling patterns
- •Responsive breakpoints: sm (640), md (768), lg (1024), xl (1280) and how they're used