:root {
  --primary-gradiant: linear-gradient(
    14deg,
    rgb(103, 23, 205) 25%,
    rgb(40, 113, 250) 100%
  );
  --secondary-color: rgb(249, 249, 249);
  --heading-color: rgb(27, 27, 27);
  --text-color: rgb(47, 49, 70);
  --transitions: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
