117 lines
2.5 KiB
JSON
117 lines
2.5 KiB
JSON
{
|
|
"specVersion": "1.0",
|
|
"colors": {
|
|
"primary": "#f39210",
|
|
"secondary": "#f39210",
|
|
"accent": "#eb5c24",
|
|
"neutral": "#6b7280",
|
|
"background": "#ffffff",
|
|
"foreground": "#0f172a",
|
|
"muted": "#f3f4f6",
|
|
"mutedForeground": "#4b505a",
|
|
"border": "#e5e7eb",
|
|
"success": "#10b981",
|
|
"warning": "#f59e0b",
|
|
"error": "#ef4444"
|
|
},
|
|
"fonts": {
|
|
"heading": {
|
|
"family": "Inter",
|
|
"fallback": "sans-serif",
|
|
"weight": "400"
|
|
},
|
|
"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",
|
|
"section": "5rem",
|
|
"container": "1200px",
|
|
"containerPadding": "2rem",
|
|
"6xl": "10rem"
|
|
},
|
|
"borderRadius": {
|
|
"none": "0",
|
|
"sm": "0.25rem",
|
|
"md": "0.5rem",
|
|
"lg": "0.75rem",
|
|
"xl": "1rem",
|
|
"full": "9999px"
|
|
},
|
|
"shadows": {
|
|
"sm": "0 1px 3px 0 rgb(0 0 0 / 0.1)",
|
|
"md": "0 4px 8px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
"lg": "0 10px 20px -3px rgb(0 0 0 / 0.1), 0 4px 8px -4px rgb(0 0 0 / 0.1)",
|
|
"xl": "0 20px 30px -5px rgb(0 0 0 / 0.1), 0 8px 12px -6px rgb(0 0 0 / 0.1)"
|
|
},
|
|
"typography": {
|
|
"xs": {
|
|
"size": "0.75rem",
|
|
"lineHeight": "1.25rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"sm": {
|
|
"size": "0.875rem",
|
|
"lineHeight": "1.375rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"base": {
|
|
"size": "1rem",
|
|
"lineHeight": "1.625rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"lg": {
|
|
"size": "1.125rem",
|
|
"lineHeight": "1.75rem",
|
|
"letterSpacing": "0"
|
|
},
|
|
"xl": {
|
|
"size": "1.25rem",
|
|
"lineHeight": "1.875rem",
|
|
"letterSpacing": "-0.01em"
|
|
},
|
|
"2xl": {
|
|
"size": "1.5rem",
|
|
"lineHeight": "2.25rem",
|
|
"letterSpacing": "-0.015em"
|
|
},
|
|
"3xl": {
|
|
"size": "1.875rem",
|
|
"lineHeight": "2.5rem",
|
|
"letterSpacing": "-0.02em"
|
|
},
|
|
"4xl": {
|
|
"size": "2.25rem",
|
|
"lineHeight": "2.75rem",
|
|
"letterSpacing": "-0.025em"
|
|
},
|
|
"5xl": {
|
|
"size": "3rem",
|
|
"lineHeight": "1.2",
|
|
"letterSpacing": "-0.03em"
|
|
},
|
|
"6xl": {
|
|
"size": "3.75rem",
|
|
"lineHeight": "1.2",
|
|
"letterSpacing": "-0.03em"
|
|
}
|
|
},
|
|
"breakpoints": {
|
|
"sm": "640px",
|
|
"md": "768px",
|
|
"lg": "1024px",
|
|
"xl": "1280px",
|
|
"2xl": "1536px"
|
|
}
|
|
} |