@import "tailwindcss"; @theme { --color-brand-50: #eff6ff; --color-brand-500: #2563eb; --color-brand-600: #1d4ed8; --color-brand-700: #1e40af; --font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; } html, body, #root { height: 100%; } body { margin: 0; background-color: #f8fafc; color: #0f172a; font-family: var(--font-sans); }