@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");:root{--black:#000000;--white:#ffffff;--off-white:#f3f9fe}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{width:100%;height:100%;background:var(--white);color:var(--black);font-family:DIN Pro,Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000000}::-webkit-scrollbar-thumb{background:#333333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555555}*{scrollbar-width:thin;scrollbar-color:#333333 #000000}