/* Change these values to rebrand */
:root {
  --brand-accent: #6D28D9;
  --brand-accent-hover: #5B21B6;
  --bg: #0B0B0F;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-2: rgba(255, 255, 255, 0.09);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.65);
  --border: rgba(255, 255, 255, 0.10);
  --success: #16a34a;
  --danger: #ef4444;
}
