/* Tailwind v4: single import */ @import "tailwindcss"; /* App base styles */ :root { --app-bg: #f7f7fb; } html, body, #root { height: 100%; } body { background: var(--app-bg); }