@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");*{box-sizing:border-box;padding:0;margin:0}*,body,html{font-family:Roboto,sans-serif}body,html{max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}li,ol,ul{list-style:none}button{font-family:inherit}:focus{outline-offset:2px}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}