@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Lato:wght@300;400;700;900&display=swap";
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#2d2d2d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff4df;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-weight:800;line-height:1.15}h1{font-size:4rem}@media (max-width:768px){h1{font-size:3rem}}h2{font-size:3rem}@media (max-width:768px){h2{font-size:2.25rem}}h3{font-size:2.25rem}h4{font-size:1.75rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:#1e3a5f}img{max-width:100%;height:auto;display:block}button{font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.container{padding:0 3rem}}.section{padding:4rem 0}@media (max-width:768px){.section{padding:3rem 0}}.text-center{text-align:center}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}
