* {
  --primary-color: #fdb903;
  --primary-color-rgb: 253, 185, 3;
  --bg-dark-1: #121212;
  --bg-dark-2: #222222;
  --bg-dark-3: #333333;  
  --bg-dark-1-rgb: 18, 18, 18;
}

.text-black{
	color:#000!important;
}