@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#000;--gray:#4a4a4a;--light-gray:#e5e5e5}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Neue Haas Grotesk,Segoe UI,sans-serif;font-weight:400;line-height:1.6}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}h1{letter-spacing:-.02em;font-size:2.5rem;font-weight:400;line-height:1.2}h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:400}p{color:var(--gray);font-size:1rem;line-height:1.8}.main-content{padding-top:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--light-gray);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ccc}
.Navigation-module__Pj2Xoq__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;border-bottom:1px solid #e5e5e5;padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.Navigation-module__Pj2Xoq__container{gap:2.5rem;max-width:800px;margin:0 auto;padding:0 2rem;display:flex}.Navigation-module__Pj2Xoq__link{letter-spacing:.01em;text-transform:uppercase;opacity:.6;font-size:.9rem;transition:opacity .2s;position:relative}.Navigation-module__Pj2Xoq__link:hover,.Navigation-module__Pj2Xoq__link.Navigation-module__Pj2Xoq__active{opacity:1}.Navigation-module__Pj2Xoq__link.Navigation-module__Pj2Xoq__active:after{content:"";background:currentColor;height:1px;position:absolute;bottom:-8px;left:0;right:0}
