@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500&family=Agbalumo&family=Jost:wght@300;400;500&display=swap");:root{--burgundy:#800707;--burgundy-dark:#5a0505;--burgundy-light:#a30909;--burgundy-mist:rgba(128,7,7,.07);--cream:#fef8f4;--cream-dark:#fce4e4;--charcoal:#2a2a2a;--muted:#7a6a6a;--white:#fff;--gold:#c9a84c;--card-radius:16px;--transition:all 0.32s cubic-bezier(0.4,0,0.2,1)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--charcoal);overflow-x:hidden;min-height:100vh}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}