:root {
  /* Bootstrap Colors */
  --primary-color: #0d6efd;
  --secondary-color: #6c757d;
  --success-color: #198754;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #0dcaf0;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --white-color: #ffffff;
  /* Transitions */
  --transition: color 0.3s ease;
  --transition-3: all 0.3s ease;
  /* Spacing and Radii (Kept as is) */
  --border-radius-10: 10px;
  --border-radius-5: 5px;
  --border-radius-15: 15px;
  --border-radius-20: 20px;
  --border-radius-30: 30px;
  --padding-10: 10px;
  --padding-15: 15px;
  --padding-20: 20px;
  --padding-30: 30px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
