:root{--black:#08080a;--gold:#c9a84c;--gold-lt:#f5edd0;--ivory:#f5f0e8;--white:#f8f6f2;--grey:#8a8a9a;--card:#111116;--border:#2a2a30;--gold-border:#3d3020}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-weight:300;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:.02em;font-family:Cormorant Garamond,Georgia,serif;font-weight:300}::selection{background:var(--gold);color:var(--black)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gold)}.gold-rule{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:100%;height:1px;margin:0}.top-bar{background:var(--gold);z-index:100;width:100%;height:2px;position:fixed;top:0;left:0}
