:root {
  /* Main colors */
  --primary-color: #4f46e5;
  --primary-hover: #4338ca;
  --light-blue-color: #f1f5f9;

  /* Statuses */
  --success-color: #22c55e;
  --success-bg: #f0fdf4;
  --error-color: #ef4444;
  --error-bg: #fef2f2;

  /* Text and background */
  --bg-color: #f8fafc;
  --white-color: #fff;
  --text-color: #1e293b;
  --text-muted: #64748b;
  --header-bg: #f3f4f6;

  /* Borders and shadows */
  --border-radius: 1.2rem;
  --border-color: #e2e8f0;
  --card-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --card-shadow-hover: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
