:root{--bg:#0c0b09;--bg-2:#14120e;--card:#1a1712;--card-2:#201c15;--border:#2a251c;--gold:#c9a227;--gold-light:#e8d08a;--gold-deep:#8c6d1f;--cream:#f2eee6;--muted:#8a8372;--green:#3e9b5f;--yellow:#e8d08a;--orange:#c98a2b;--red:#b0483e;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Josefin Sans","Montserrat",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--cream);font-family:var(--sans);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select{font-family:inherit}::selection{background:rgba(201,162,39,.35)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#2a251c;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#3a3428}::-webkit-scrollbar-track{background:transparent}