@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Lato:wght@300;400;500&display=swap");:root{--gold:#b08a3c;--dark-gold:#8f6b2e;--dark-brown:#4a2e1f;--cream:#f6efe6;--sand:#e6d6bf;--taupe:#9c7a5a;--text-light:#6b4a35;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Lato","Segoe UI",sans-serif;--radius:6px;--shadow:0 4px 20px rgba(74,46,31,0.08);--shadow-lg:0 8px 32px rgba(74,46,31,0.13)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased;min-height:100dvh}body,h1,h2,h3{color:var(--dark-brown)}h1,h2,h3{font-family:var(--font-heading);font-weight:500;line-height:1.25}a{color:var(--gold);text-decoration:none}::selection{background:var(--gold);color:#fff}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}