@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap";:root{--navy:#153570;--pink:#e81b90;--purple:#851377;--ink:#1a1a1a;--muted:#4a4a4a;--grey:#8a8a8a;--line:#e7e2d8;--bg:#fdfcfa;--serif:"Source Serif 4", serif;--sans:"Manrope", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0}::selection{background:#e81b9033}a{color:var(--pink);text-decoration:none}a:hover{color:var(--purple)}img{max-width:100%}.container{max-width:1240px;margin:0 auto;padding-left:32px;padding-right:32px}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
