@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Nunito:wght@700;800;900&family=Caveat:wght@600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d2137;--navy-mid:#163057;--navy-light:#1e4080;--orange:#f7721e;--orange-hover:#e05e0e;--teal:#3dd9b8;--cream:#f7f2e9;--lavender:#eaecf8;--white:#fff;--gray-soft:#f3f4f6;--gray-text:#6b7280;--font-body:"Inter",sans-serif;--font-head:"Nunito",sans-serif;--font-hand:"Caveat",cursive}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:var(--font-body);color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}