/* Public entry styles follow the shared monorepo content-hash postbuild contract. */
html, body, #root { min-height: 100%; margin: 0; }
body { background: #101a17; }
*, *::before, *::after { box-sizing: border-box; }
button, input, select { font: inherit; }
