:root {
  --primary-color: #76C7CE;
  --secondary-color: #9E78A8;
  --success-color: #007E33;
  --warning-color: #FF8800;
  --danger-color: #CC0000;
  --primary-font: 'Poppins', sans-serif;
  --box-shadow-left-1: -3px 3px 10px -2px var(--primary-color);
  --box-shadow-disabled-1: -3px 3px 10px -2px rgba(0, 0, 0, 0.4);

  --dashboard-primary-color: rgb(22, 13, 51);
  --dashboard-secondary-color: rgba(49, 41, 85, 0.85);
  --dashboard-border: rgb(59, 45, 106);
  --dashboard-box-shadow: rgba(21, 11, 37, 0.5) 0px 2px 10px 0px;
}
