/* Default Dark Theme Color Preset */
:root {
  --primary-color: #4a9eff;
  --bg-color: #1a1a1a;
  --card-bg-color: #2d2d2d;
  --text-color: #ffffff;
  --text-color-secondary: #cccccc;
  --text-color-muted: #999999;
  --border-color: #404040;
}

