@import "https://fonts.googleapis.com/css2?family=Cormorant+Garabmond:wght@400;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap";
:root{--gold:#c9a96e;--gold-light:#e8d5a8;--gold-dim:#c9a96e1f;--gold-glow:#c9a96e40;--bg:#080808;--bg2:#0f0f0f;--bg-card:#111;--bg-hover:#181818;--border:#1e1e1e;--border2:#2a2a2a;--text:#f0ebe0;--text2:#8a8580;--text3:#5a5550;--green:#4ade80;--green-dim:#4ade801f;--red:#f87171;--red-dim:#f871711f;--blue:#60a5fa;--blue-dim:#60a5fa1f;--orange:#fb923c;--orange-dim:#fb923c1f;--purple:#a78bfa;--purple-dim:#a78bfa1f;--cyan:#22d3ee;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px #0006}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Montserrat,-apple-system,sans-serif;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}::selection{background:var(--gold-dim);color:var(--gold-light)}
