@import "tailwindcss"; @theme { --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif; --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif; --font-mono: "Helvetica Neue", Helvetica, Arial, sans-serif; --color-brand-50: #f0f7ff; --color-brand-100: #e0effe; --color-brand-200: #bae0fd; --color-brand-600: #1d7ddc; --color-brand-700: #1565c0; --color-brand-800: #0d47a1; --color-brand-900: #0b3c81; } body { font-family: var(--font-sans); background-color: #f8fafc; color: #0f172a; }