*, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 14px; color: #1e293b; background: #f1f5f9; -webkit-font-smoothing: antialiased; } #app { height: 100vh; }