@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,700");@import url("https://fonts.googleapis.com/css?family=Darker+Grotesque:300,400,500,700");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:gray;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#3730a3;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}