@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;--red:#9b1c1c;--red-bg:#fdf2f2;--green:#166534;--green-bg:#f0fdf4;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Lato","Segoe UI",sans-serif;--sidebar-width:220px;--radius:8px;--shadow:0 2px 12px rgba(74,46,31,0.07)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--dark-brown);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100dvh}h1,h2,h3{font-family:var(--font-heading);font-weight:500;line-height:1.25}a{color:var(--gold);text-decoration:none}a:hover{color:var(--dark-gold)}::selection{background:var(--gold);color:#fff}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}