@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Outfit:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5efe4;--bg2:#ede7da;--bg3:#e5ddd1;--border:rgba(44,44,42,.08);--border-hover:rgba(44,44,42,.15);--text:#141210;--text-body:#2c2c2a;--text-muted:#8b8379;--text-faint:rgba(44,44,42,.3);--accent:#854f0b;--accent-light:rgba(133,79,11,.08);--accent-border:rgba(133,79,11,.2);--green:#2d6a4f;--green-light:rgba(45,106,79,.08);--dark:#141210;--dark2:#1c1a17;--white:#fff;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Outfit",sans-serif;--sh-sm:0 2px 8px rgba(44,44,42,.07);--sh-md:0 8px 32px rgba(44,44,42,.1);--sh-lg:0 20px 64px rgba(44,44,42,.14);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:50%}html{background:var(--bg);color:var(--text-body);font-family:var(--font-body);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{overflow-x:hidden}body{min-height:100vh;max-width:100vw;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .5s ease both}.fade-up-1{animation-delay:.05s}.fade-up-2{animation-delay:.12s}.fade-up-3{animation-delay:.2s}.fade-up-4{animation-delay:.28s}.fade-up-5{animation-delay:.36s}