:root{--background:#ffffff;--foreground:#171717}*{box-sizing:border-box;padding:0;margin:0}body,html{width:100%;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#__next,body{min-height:100vh}#__next{width:100%;max-width:1940px;display:flex;flex-direction:column;margin:0 auto}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:light}}h1{font-size:clamp(2rem,5vw,2.6rem);color:black}h1,h2{line-height:1.3}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,1.875rem);line-height:1.3}h4{font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.4}h4,p{font-family:Roboto,sans-serif}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}button{font-size:18px;font-family:inherit}section{min-height:100%;display:flex;width:100%}@media screen and (max-width:1200px){h1{font-size:1.8rem}h2{font-size:1.6rem}h3{font-size:1.4rem}h4{font-size:24px}p{font-size:18px}section{padding:3rem}}@media screen and (max-width:480px){section{padding:.2rem}}