:root { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; font-weight: 400; color: #141414; background-color: #f3f4f8; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; --app-shell-height: 100vh; } * { box-sizing: border-box; } body { margin: 0; background-color: #f3f4f8; min-height: 100vh; } #root { min-height: 100vh; }