@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--font-mono:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--nav-height:70px;--color-navy:#0a192f;--color-navy-rgb:10,25,47;--color-light-navy:#112240;--color-lightest-navy:#233554;--color-slate:#8892b0;--color-light-slate:#a8b2d1;--color-lightest-slate:#ccd6f6;--color-white:#e6f1ff;--color-redish:#ff6b6b;--color-yellowish:#ffdd57;--color-green:#64ffda;--fz-xs:12px;--fz-sm:14px;--fz-md:16px;--fz-lg:18px;--fz-xl:20px;--fz-xxl:32px;--border-radius:4px;--sidebar-width:clamp(240px,20vw,300px)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-navy);color:var(--color-lightest-slate);font-family:sans-serif;line-height:1.3}a{color:inherit;text-decoration:none}section[id]{scroll-margin-top:3rem}img{max-width:100%;display:block}#__next,body,html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;min-height:100%;background:#0a192f}