diff --git a/DESIGN_SYSTEM.md b/DESIGN_SYSTEM.md new file mode 100644 index 0000000..9797dcd --- /dev/null +++ b/DESIGN_SYSTEM.md @@ -0,0 +1,16 @@ +# 🎨 Design System Components + +## Color Palette +- Primary: #2563EB (Blue) +- Secondary: #7C3AED (Purple) +- Success: #059669 (Green) +- Warning: #D97706 (Orange) +- Error: #DC2626 (Red) + +## Typography +- Font Family: Inter, system-ui, sans-serif +- Headings: 600 weight +- Body: 400 weight + +## Spacing Scale +- xs: 4px, sm: 8px, md: 16px, lg: 24px, xl: 32px