:root{--font-family:"Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--text-color:#2e2c2c}body,html{min-height:100vh;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color)}*,body,html{padding:0;margin:0}*{box-sizing:border-box}a,button,h1,h2,h3,h4,h5,h6{border:none;font-family:var(--font-family);font-size:1rem;font-weight:400;text-decoration:none;color:var(---text-color)}button{display:inline-block}input{border:1px solid var(--text-color);font-size:1rem;font-weight:400;color:var(--text-color);padding:.5rem;width:100%;border-radius:.25rem;outline-color:#004fe2;font-family:var(--font-family)}