@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap";:root{--bg: #FAF3E7;--heading: #2E5C6B;--text: #1F3D47}#root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,body,*{margin:0;padding:0}body{background-color:var(--bg)}h1{color:var(--heading);font-family:Cormorant Garamond,serif;font-optical-sizing:auto;font-style:normal}p{color:var(--text);font-optical-sizing:auto;font-style:normal}.container{padding:2em 5em}.logo{height:3em;will-change:filter;transition:filter .3s}.subtitle{font-size:.85em;color:var(--text)}.header{display:flex;justify-content:space-between;align-items:center;margin-top:3em;gap:2em}.header .info{width:40%;display:flex;flex-direction:column;gap:2em}.header h1{font-size:3em}.img-grid{display:flex;flex-wrap:wrap;gap:1.5em}.img-grid img{max-width:600px;height:auto}@media only screen and (max-width: 1000px) and (min-width: 769px){.container{padding:1.5em 2.5em}.header{gap:3em;flex-wrap:wrap}.header .info{width:60%}.header h1{font-size:2.5em}.img-grid img{max-width:100%}}@media only screen and (max-width: 768px) and (min-width: 481px){.container{padding:1.5em 2em}.header{gap:3em;flex-wrap:wrap!important}.header .info{width:100%;margin-bottom:2em}.header h1{font-size:2.2em}.header .info p{font-size:.9em}.img-grid img{max-width:100%}}@media only screen and (max-width: 480px) and (min-width: 0px){.container{padding:2em 1em}.header{flex-wrap:wrap}.logo{height:2.5em}.subtitle{font-size:.75em}.header h1{font-size:2em}.header .info{width:100%}.header .info p{font-size:.8em}.img-grid{flex-direction:column;align-items:center}.img-grid img{max-width:100%}}
