@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=DM+Mono:wght@300;400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg-card:#111111;--bg-hover:#161616;--border:#1e1e1e;--border-mid:#2a2a2a;--border-active:#333333;--text-primary:#f0ece4;--text-secondary:#888888;--text-muted:#444444;--text-faint:#2a2a2a;--accent-green:#4a8c6a;--accent-amber:#a07850;--font-display:"Cormorant Garamond",Georgia,serif;--font-mono:"DM Mono",monospace;--font-body:system-ui,-apple-system,sans-serif}body,html{background:var(--bg);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}