@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Mono:wght@400;500&family=DM+Sans:wght@300;400;500;600&display=swap");:root{--bg:#09090f;--bg-card:#0d1020;--bg-deep:#0c0f1c;--border:#1e2535;--border-md:#2a3040;--gold:#c8a96e;--gold-lt:#d4b87a;--text-1:#f0ece2;--text-2:#ddd8ce;--text-3:#a8a49c;--text-4:#706c66;--text-5:#4a5265;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"DM Sans",system-ui,sans-serif;--font-mono:"DM Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-2);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans)}img{max-width:100%;display:block}