@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--navy:#123C78;--sky:#33A8DC;--white:#fff;--offwhite:#F5F8FC;--charcoal:#17263C}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--offwhite);color:var(--charcoal);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Inter,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--navy);border-radius:99px}.section-divider{border-top:1px solid rgba(51,168,220,.15)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeInUp{animation:fadeInUp .6s ease-out both}.animate-fadeIn{animation:fadeIn .6s ease-out both}.animate-scaleIn{animation:scaleIn .6s ease-out both}.container{width:100%;max-width:72rem;margin:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}
