:root {
  --primary-color: rgb(27, 193, 229);
  --secondary-color: rgb(0, 0, 0);
  --text-color: rgb(75, 75, 75);
  --heading-color: rgb(47, 49, 70);
  --transitions: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
