:root {
  /* Primary Colors */
  --primary-color: #007bff;
  --primary-dark: #0056b3;

  /* Text Colors */
  --text-primary: #333;
  --text-secondary: #666;
  --text-color: #666;

  /* Background Colors */
  --nav-bg: #fff;
  --bg-light: #f8f9fa;
  --error-bg: #fee;
  --error-color: #c33;

  /* Border Colors */
  --border-color: #eee;
  --hover-bg: #f5f5f5;

  /* Topbar */
  --topbar-height: 60px;
  --topbar-bg-color: #141e20;
  --logo-margin-left: 40px;
  --logo-margin-bottom: 12px;
}