@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800&display=swap";.home-container{min-height:100vh;background:#0a0a0a;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column}.home-globe-container{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:0;opacity:.6;transition:all .5s ease-in-out}.home-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;z-index:10;pointer-events:none;width:100%;max-width:100%}.home-title{font-size:clamp(3rem,10vw,5rem);font-weight:800;letter-spacing:-.06em;margin:0 0 1.5rem;line-height:1;text-shadow:0 4px 30px rgba(0,0,0,.8);pointer-events:auto}.home-description{font-size:1.1rem;color:#eee;margin-bottom:2.5rem;margin-left:.5rem;font-weight:300;max-width:90%;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.9);pointer-events:auto}.home-buttons{display:flex;flex-direction:column;gap:1rem;pointer-events:auto;width:100%;max-width:300px}@media(min-width:1024px){.home-globe-container{top:-10%;right:-15%;left:auto;width:70vw;height:120vh;opacity:1}.home-content{justify-content:flex-end;align-items:flex-start;text-align:left;padding:0 4% 4%;max-width:800px}.home-title{font-size:clamp(4rem,8vw,7rem);line-height:.9}.home-description{font-size:1.25rem;max-width:500px}.home-buttons{flex-direction:row;width:auto;gap:1.5rem}}:root{--background: #000000;--foreground: #ffffff;--primary: #ffffff;--secondary: #1a1a1a;--accent: #333333;--border: #333333;--font-main: "Mulish", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-main)}::selection{background:var(--foreground);color:var(--background)}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}.email-desktop{display:none}@media(min-width:768px){.email-desktop{display:inline}}
