:root {
  --primary-gradiant: linear-gradient(
    90deg,
    #046bfb 0%,
    #98abeb  100%
  );
  --secondary-color: #98abeb;
  --heading-color: #182C40;
  --text-color: rgb(71, 71, 71);
  --text-color-2: rgb(0, 0, 0);
  --text-color-3: rgb(54, 53, 57);
  --bg-color: rgb(255, 255, 255);
  --bg-color-2: rgb(20, 20, 18);
  --transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
