:root {
  --primary-color: rgb(156, 238, 105);
  --secondary-color: rgb(101, 106, 229);
  --heading-color: rgb(26, 25, 25);
  --text-color: rgb(97, 99, 104);
  --transitions: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
