@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&family=Playfair+Display:wght@400;500;600;700&family=Raleway:wght@400;500;700&display=swap");:root{--max-width:1100px;--navbar-height:max(8vh,4rem);--mobile-width:600px;--screen-height:calc(100vh - var(--mobile-width));--creme:#f7f6e1;--peachy:#f9ebe1;--pistachio:#bad4be;--green:#2b6650;--green-light:#d5ddc7;--green-dark:#0f5239;--gold:#8e7d34;--black:#000;--full-height:100svh}*,:after,:before{box-sizing:border-box;scroll-behavior:smooth}body,html{max-width:100vw;padding:0;margin:0;background-color:var(--creme)}body,body>:first-child>:first-child{min-height:100vh;overflow-x:clip}body>:first-child>:first-child{display:flex;flex-direction:column}main{flex-grow:1;min-height:100%}a{color:inherit;text-decoration:none;font-family:Oranienbaum,serif}h1,h2,h3,h4,h5,h6,p{font-family:Playfair Display,serif;font-weight:500}span{font-family:Raleway,sans-serif}p,span{color:var(--black)}button{border:none;background-color:transparent;cursor:pointer}.scrollable{overflow:auto}.locked{overflow:hidden}@keyframes fade-in{0%{opacity:0}to{opacity:100%}}@media (min-width:600px){.locked{overflow:auto}}