@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5efe7;--bg-card:#fdfaf7;--bg-deep:#f0eae0;--border:#ddd0c4;--border-light:#eae0d6;--copper:#c46a3a;--copper-light:#d4855a;--copper-dark:#a85530;--copper-glow:rgba(196,106,58,.18);--text:#2c2420;--text-mid:#7a6a62;--text-muted:#9a8a82;--text-faint:#aa9a92;--red:#e85d4a;--green:#4caf7d;--blue:#7ab8e8;--black:#f5efe7;--gold:#c46a3a;--gold-light:#d4855a;--white:#f5efe7;--muted:#9a8a82}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.6;min-height:100vh}::selection{background:var(--copper);color:#f5efe7}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--copper);border-radius:2px}