@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");:root{--background:#E3E4E6;--foreground:#171717;--primary:#4285F4;--secondary:#638DA0}body,html{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}#__next,main{height:100%}#__next,body,main{display:flex;flex-direction:column}body{color:var(--foreground);background:var(--background);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:transparent;border-radius:10px}:active::-webkit-scrollbar-thumb,:focus::-webkit-scrollbar-thumb,:hover::-webkit-scrollbar-thumb{background-color:#C1C1C1}::-webkit-scrollbar-thumb:hover{background-color:#A8A8A8}a{color:inherit;text-decoration:none}