@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}
.Navbar-module__O8Na-a__navbar{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0}.Navbar-module__O8Na-a__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__O8Na-a__logo{color:#0f172a;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700}.Navbar-module__O8Na-a__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.Navbar-module__O8Na-a__hamburger span{background:#0f172a;width:24px;height:2px;transition:all .3s}.Navbar-module__O8Na-a__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__O8Na-a__navLinks a{color:#475569;font-weight:500;transition:color .2s}.Navbar-module__O8Na-a__navLinks a:hover{color:#0891b2}@media (max-width:768px){.Navbar-module__O8Na-a__hamburger{display:flex}.Navbar-module__O8Na-a__navLinks{background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Navbar-module__O8Na-a__navLinks.Navbar-module__O8Na-a__open{max-height:300px}.Navbar-module__O8Na-a__navLinks li{border-top:1px solid #e2e8f0}.Navbar-module__O8Na-a__navLinks a{padding:1rem 2rem;display:block}}
