@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f3ec;--bg2:#f0eae0;--bg3:#e8e0d4;--border:rgba(44,34,20,.1);--border-hover:rgba(44,34,20,.2);--text:#1c1710;--text-muted:rgba(28,23,16,.55);--text-faint:rgba(28,23,16,.3);--accent:#854f0b;--accent-light:rgba(133,79,11,.08);--accent-border:rgba(133,79,11,.25);--green:#2d6a4f;--green-light:rgba(45,106,79,.08);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"DM Sans",sans-serif}html{background:var(--bg);color:var(--text);font-family:var(--font-body)}body,html{overflow-x:hidden}body{min-height:100vh;-webkit-font-smoothing:antialiased;max-width:100vw}@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}