Spaces:
Running
Running
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap'); | |
| @import "tailwindcss"; | |
| @theme { | |
| --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; | |
| --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace; | |
| --color-slate-950: #020617; | |
| --color-slate-900: #0f172a; | |
| --color-slate-800: #1e293b; | |
| --color-slate-700: #334155; | |
| --color-slate-400: #94a3b8; | |
| --color-slate-50: #f8fafc; | |
| /* Premium Financial Gold */ | |
| --color-gold-500: #d9b35a; | |
| --color-gold-600: #b88a44; | |
| --color-gold-400: #e5c07b; | |
| } | |
| @layer base { | |
| body { | |
| @apply bg-slate-50 text-slate-900 antialiased; | |
| } | |
| } | |
| @utility grid-bg { | |
| background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px); | |
| background-size: 20px 20px; | |
| } | |