:root {
  /* Dark theme palette */
  --bg: #0a0e14;
  --bg-2: #0e141d;
  --card: #121a24;
  --card-2: #16202c;
  --line: rgba(255, 255, 255, 0.07);
  --line-2: rgba(255, 255, 255, 0.12);

  --tx: #e9eef5;
  --tx-dim: #9fb0c3;
  --tx-mut: #5d6e80;

  --teal: #22d3a5;
  --green: #6ee7a8;
  --blue: #38bdf8;
  --purple: #a78bfa;
  --amber: #fbbf24;
  --red: #f87171;

  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.35);

  --font: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;

  --gap: 18px;
}
