@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap";:root{--background:#ffffff;--foreground:#171717;--font-hanken-grotesk:"Hanken Grotesk",system-ui,sans-serif;--primary-brand-color:#02DF82;--button-text-color:#1A263F;--border-color:#E5E5E5}body,html{display:flex;flex-flow:column;max-width:100vw;width:100%;height:100%}body{color:var(--foreground);font-family:var(--font-hanken-grotesk,"Hanken Grotesk"),system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;flex:1 1 auto;background-image:url(/background.png);background-repeat:no-repeat;background-size:cover;background-position:50%}*,body{margin:0}*{box-sizing:border-box;padding:0}#__next{height:100%;display:flex;flex-direction:column}