| @import "tailwindcss"; | |
| @theme { | |
| --color-brand-primary: #000000; | |
| --color-brand-secondary: #f5f5f7; | |
| --color-brand-border: #e5e7eb; | |
| --color-brand-accent: #2563eb; | |
| } | |
| @layer base { | |
| body { | |
| @apply bg-white text-zinc-900 antialiased; | |
| } | |
| }@import "tailwindcss"; | |
| @theme { | |
| --color-brand-primary: #000000; | |
| --color-brand-secondary: #f5f5f7; | |
| --color-brand-border: #e5e7eb; | |
| --color-brand-accent: #2563eb; | |
| } | |
| @layer base { | |
| body { | |
| @apply bg-white text-zinc-900 antialiased; | |
| } | |
| } |