* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #0A0418; }
body { font-family: 'Outfit', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#root { min-height: 100vh; }
button { font-family: inherit; }
input { font-family: inherit; }
