:root {
  --primary-color: rgb(247, 144, 49);
  --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);

  --border-color: rgb(222, 222, 234);
}
