* { box-sizing: border-box; } html, body, #root { margin: 0; height: 100%; } body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; background: #fff; }