This commit is contained in:
2026-05-28 21:37:09 -07:00
parent 0c30a5c085
commit 52ab533547
2 changed files with 63 additions and 63 deletions

File diff suppressed because one or more lines are too long

View File

@@ -44,82 +44,82 @@ module.exports = {
"gg": "gentleGrow 1s infinite",
"slideUp": 'slideUp 0.5s ease-out forwards'
},
"fontFamily": {
"fontFamily": {
"sans": ["Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif"],
"mono": ["JetBrains Mono", "ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace"]
},
},
"colors": {
"green": {
"50": "#f0fdf4",
"100": "#dcfce7",
"200": "#bbf7d0",
"300": "#86efac",
"400": "#4ade80",
"500": "#16a34a",
"600": "#15803d",
"700": "#166534",
"800": "#14532d",
"900": "#052e16"
"50": "#f2f8ea",
"100": "#e4f0d5",
"200": "#c9e1ab",
"300": "#afd382",
"400": "#94c458",
"500": "#79b52e",
"600": "#619125",
"700": "#496d1c",
"800": "#304812",
"900": "#182409"
},
"primary": {
"50": "#f0fdf4",
"100": "#dcfce7",
"200": "#bbf7d0",
"300": "#86efac",
"400": "#4ade80",
"500": "#16a34a",
"600": "#15803d",
"700": "#166534",
"800": "#14532d",
"900": "#052e16"
"50": "#f2f8ea",
"100": "#e4f0d5",
"200": "#c9e1ab",
"300": "#afd382",
"400": "#94c458",
"500": "#79b52e",
"600": "#619125",
"700": "#496d1c",
"800": "#304812",
"900": "#182409"
},
"blue": {
"50": "#eff6ff",
"100": "#dbeafe",
"200": "#bfdbfe",
"300": "#93c5fd",
"400": "#60a5fa",
"500": "#3b82f6",
"600": "#2563eb",
"700": "#1d4ed8",
"800": "#1e40af",
"900": "#1e3a8a"
"50": "#e6f5fd",
"100": "#ccebfb",
"200": "#99d7f7",
"300": "#66c4f2",
"400": "#33b0ee",
"500": "#009cea",
"600": "#007dbb",
"700": "#005e8c",
"800": "#003e5e",
"900": "#001f2f"
},
"secondary": {
"50": "#f0fdf4",
"100": "#dcfce7",
"200": "#bbf7d0",
"300": "#86efac",
"400": "#4ade80",
"500": "#16a34a",
"600": "#15803d",
"700": "#166534",
"800": "#14532d",
"900": "#052e16"
"50": "#e9f5e8",
"100": "#d2ebd2",
"200": "#a6d7a4",
"300": "#79c377",
"400": "#4daf49",
"500": "#209b1c",
"600": "#1a7c16",
"700": "#135d11",
"800": "#0d3e0b",
"900": "#061f06"
},
"red": {
"50": "#fef2f2",
"100": "#fee2e2",
"200": "#fecaca",
"300": "#fca5a5",
"400": "#f87171",
"500": "#ef4444",
"600": "#dc2626",
"700": "#b91c1c",
"800": "#991b1b",
"900": "#7f1d1d"
"50": "#ffe6e6",
"100": "#ffcdcd",
"200": "#ff9a9a",
"300": "#ff6868",
"400": "#ff3535",
"500": "#ff0303",
"600": "#cc0202",
"700": "#990202",
"800": "#660101",
"900": "#330101"
},
"orange": {
"50": "#fff7ed",
"100": "#ffedd5",
"200": "#fed7aa",
"300": "#fdba74",
"400": "#fb923c",
"500": "#f97316",
"600": "#ea580c",
"700": "#c2410c",
"800": "#9a3412",
"900": "#7c2d12"
"50": "#fef2e8",
"100": "#fde6d1",
"200": "#fbcca2",
"300": "#f8b374",
"400": "#f69945",
"500": "#f48017",
"600": "#c36612",
"700": "#924d0e",
"800": "#623309",
"900": "#311a05"
}
}