117 lines
2.5 KiB
JSON
117 lines
2.5 KiB
JSON
{
|
|
"specVersion": "1.0",
|
|
"colors": {
|
|
"primary": "#2563eb",
|
|
"secondary": "#64748b",
|
|
"accent": "#f59e0b",
|
|
"neutral": "#f3f4f6",
|
|
"background": "#ffffff",
|
|
"foreground": "#0f172a",
|
|
"muted": "#e5e7eb",
|
|
"mutedForeground": "#374151",
|
|
"border": "#d1d5db",
|
|
"success": "#4ade80",
|
|
"warning": "#fbbf24",
|
|
"error": "#ef4444"
|
|
},
|
|
"fonts": {
|
|
"heading": {
|
|
"family": "Inter",
|
|
"fallback": "sans-serif",
|
|
"weight": "700"
|
|
},
|
|
"body": {
|
|
"family": "Inter",
|
|
"fallback": "sans-serif",
|
|
"weight": "400"
|
|
}
|
|
},
|
|
"spacing": {
|
|
"xs": "0.25rem",
|
|
"sm": "0.5rem",
|
|
"md": "1rem",
|
|
"lg": "1.5rem",
|
|
"xl": "2rem",
|
|
"2xl": "3rem",
|
|
"3xl": "4rem",
|
|
"4xl": "6rem",
|
|
"5xl": "8rem",
|
|
"6xl": "10rem",
|
|
"section": "5rem",
|
|
"container": "1200px",
|
|
"containerPadding": "1.5rem"
|
|
},
|
|
"borderRadius": {
|
|
"none": "0",
|
|
"sm": "0.25rem",
|
|
"md": "0.5rem",
|
|
"lg": "0.75rem",
|
|
"xl": "1rem",
|
|
"full": "9999px"
|
|
},
|
|
"shadows": {
|
|
"sm": "0 1px 2px 0 rgb(0 0 0 / 0.1)",
|
|
"md": "0 4px 8px -1px rgb(0 0 0 / 0.15), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
"lg": "0 10px 20px -3px rgb(0 0 0 / 0.15), 0 4px 8px -4px rgb(0 0 0 / 0.1)",
|
|
"xl": "0 20px 30px -5px rgb(0 0 0 / 0.2), 0 8px 10px -6px rgb(0 0 0 / 0.15)"
|
|
},
|
|
"typography": {
|
|
"xs": {
|
|
"size": "0.75rem",
|
|
"lineHeight": "1rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"sm": {
|
|
"size": "0.875rem",
|
|
"lineHeight": "1.25rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"base": {
|
|
"size": "1rem",
|
|
"lineHeight": "1.5rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"lg": {
|
|
"size": "1.125rem",
|
|
"lineHeight": "1.75rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"xl": {
|
|
"size": "1.5rem",
|
|
"lineHeight": "2rem",
|
|
"letterSpacing": "-0.01em"
|
|
},
|
|
"2xl": {
|
|
"size": "1.75rem",
|
|
"lineHeight": "2.25rem",
|
|
"letterSpacing": "-0.015em"
|
|
},
|
|
"3xl": {
|
|
"size": "2rem",
|
|
"lineHeight": "2.5rem",
|
|
"letterSpacing": "-0.02em"
|
|
},
|
|
"4xl": {
|
|
"size": "2.5rem",
|
|
"lineHeight": "2.75rem",
|
|
"letterSpacing": "-0.025em"
|
|
},
|
|
"5xl": {
|
|
"size": "3rem",
|
|
"lineHeight": "1.1",
|
|
"letterSpacing": "-0.03em"
|
|
},
|
|
"6xl": {
|
|
"size": "3.75rem",
|
|
"lineHeight": "1.1",
|
|
"letterSpacing": "-0.03em"
|
|
}
|
|
},
|
|
"breakpoints": {
|
|
"sm": "640px",
|
|
"md": "768px",
|
|
"lg": "1024px",
|
|
"xl": "1280px",
|
|
"2xl": "1536px"
|
|
}
|
|
} |