@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--white:#fff;--off-white:#fafafa;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-900:#111827;--blue:#3b82f6;--blue-dark:#2563eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-500);-webkit-font-smoothing:antialiased;background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.65}h1,h2,h3{color:var(--gray-900);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%}.w{max-width:1080px;margin:0 auto;padding:0 24px}section{padding:96px 0}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(16px)}.reveal.revealed{opacity:1;transform:none}.d1{transition-delay:60ms}.d2{transition-delay:.12s}.d3{transition-delay:.18s}.d4{transition-delay:.24s}.text-white{color:#fff!important}
