@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#0d4a4a;--teal2:#1a6b6b;--teal3:#2d8f8f;--gold:#c9a84c;--gold2:#e8c97a;--cream:#faf7f2;--cream2:#f2ece0;--dark:#0a1a1a;--mid:#3d5c5c;--light:#8aabab;--white:#fff;--err:#c0392b;--success:#1e7e5e}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--dark);font-family:DM Sans,sans-serif}h1,h2,h3,h4,h5{font-family:Cormorant Garamond,serif}button{cursor:pointer;font-family:DM Sans,sans-serif}input,select,textarea{font-family:DM Sans,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:.55s both fadeUp}.fade-in{animation:.4s both fadeIn}.d1{animation-delay:50ms}.d2{animation-delay:.12s}.d3{animation-delay:.2s}.d4{animation-delay:.28s}.d5{animation-delay:.36s}@media (width<=640px){.desktop-nav{display:none!important}.mob-menu-btn{display:block!important}}@media (width<=768px){.detail-grid{grid-template-columns:1fr!important}}
