@tailwind base; @tailwind components; @tailwind utilities; /* Keep root-level defaults minimal and framework-agnostic. */ :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } * { box-sizing: border-box; } body { /* Reset body spacing and let page sections control layout. */ margin: 0; min-width: 320px; min-height: 100vh; } #app { width: 100%; min-height: 100vh; }