@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");:root{--background:#E3E4E6;--foreground:#171717;--primary:#4285F4;--secondary:#638DA0}html{color-scheme:light;overflow-y:scroll}body,html{max-width:100vw;overflow-x:hidden}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;padding:0;margin:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#E3E4E6}::-webkit-scrollbar-thumb{background-color:#C1C1C1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#A8A8A8}*{scrollbar-width:thin;scrollbar-color:#C1C1C1 #E3E4E6}a{color:inherit;text-decoration:none}