@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&family=KoHo&display=swap";
@import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--max-width:1440px;--content-width:1300px;--border-radius:12px;--foreground-color:#fff;--accent-color:#7b2dfa;--background-color:#131313;--font-family:"Ubuntu",sans-serif;--title-font-size:50px;--paragraph-font-size:23px;--font-mono:monospace}body{color:var(--foreground-color);background-color:var(--background-color);font-family:var(--font-family);background-image:url(/images/noise.svg);background-repeat:repeat;background-size:300px 300px;background-attachment:fixed}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}.app{flex-direction:column;min-height:100vh;display:flex}.container{max-width:var(--max-width);width:100%;margin:0 auto}.content{max-width:var(--content-width);width:100%;margin:0 auto}.desktopOnly{display:block}.mobileOnly{display:none}@media (max-width:1024px){.desktopOnly{display:none}.mobileOnly{display:block}body{background-image:none;background-attachment:scroll}}
