@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";:root{--background:#ffffff;--foreground:#171717}.font-open-sans{font-family:var(--font-open-sans),sans-serif}.font-urbanist{font-family:var(--font-urbanist),sans-serif}.font-merriweather{font-family:var(--font-merriweather),serif}.font-poppins{font-family:var(--font-poppins),sans-serif}.font-geist-sans{font-family:var(--font-geist-sans),sans-serif}.font-geist-mono{font-family:var(--font-geist-mono),monospace}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.global-top-margin{margin-top:3rem}h1{font-size:41rem;font-weight:700}h1,h2{margin:0}h2{font-weight:400;font-size:3rem}h4{font-weight:500}h4,h5{margin:0;font-size:1.5rem}h5{font-weight:700}h6{font-size:1.5rem;font-weight:500}h6,p{margin:0}p{font-size:2rem;font-weight:400}a{text-decoration:none;color:inherit}