:root {
  --primary-color: #7abd73;
  --heading-color: rgb(255, 255, 255);
  --heading-color-2: rgb(44, 44, 43);
  --heading-color-3: rgb(20, 20, 21);
  --heading-color-4: rgb(2c, 2c, 2b);
  --text-color: rgb(233, 233, 233);
  --text-color-2: rgb(86, 86, 86);
  --text-color-3: rgb(38, 37, 36);
  --bg-color: rgb(17, 17, 17);
  --bg-color-2: rgb(31, 31, 31);
  --bg-color-3: rgb(255, 255, 255);
}
