@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a0f1e;--blue:#2563eb;--blue2:#3b82f6;--white:#f8fafc;--slate:#64748b;--border:hsla(0,0%,100%,.08);--red:#d92b2b}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--navy);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Syne,sans-serif;font-weight:800;line-height:1.05}a{text-decoration:none;color:inherit}::selection{background:var(--blue);color:#fff}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:3px}