:root{--background:#fff;--foreground:#171717}.header-curve{z-index:0;background:#000;border-bottom-right-radius:50% 40%;border-bottom-left-radius:50% 40%;width:100%;height:120px;position:absolute;top:0;left:0}h1[data-text]:before{content:attr(data-text);color:#000;white-space:nowrap;border-right:0 solid #c0b3b3;animation:5s steps(20,end) forwards typeWithPause;display:inline-block;overflow:hidden}@keyframes typeWithPause{0%{width:0%}66%{width:100%}to{width:100%}}html{scroll-behavior:smooth}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;height:auto;display:block;overflow:clip visible}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.loader-container{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.spinner{border:5px solid #eee;border-top-color:#000;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.fade-in{animation:.8s forwards fadeIn}.fade-out{animation:1s forwards fadeOut}
