@charset "UTF-8";:root{--navy: #2E2118;--navy-light: #4A3527;--gold: #A86B3C;--gold-light: #BD976B;--gold-pale: #f5e9da;--cream: #F1E7D6;--white: #ffffff;--gray-light: #e6dcce;--gray-mid: #9b8a7c;--gray-text: #4A3527;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--cream);color:var(--navy);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}
