:root {
  --third-color: hsl(43 54.5% 60.4%);
  --second-base: 0;
  --dark-txt: hsl(159, 4%, 15%);
  --light-txt: hsl(159, 4%, 96%);
  --first-color: hsl(159 100% 20%);
  --accent-color: hsl(159 100% 14%);
  --link-color: hsl(159 100% 35.1%);
  --first-base: 159;
  --third-base: 43;
  --grey-txt: hsl(159, 4%, 60%);
  --second-color: hsl(0 98.9% 36.3%);
  --dark-txt: hsl(159, 4%, 15%);
  --light-txt: hsl(159, 4%, 96%);
  --grey-txt: hsl(159, 4%, 60%);
  --first-base: 159;
  --second-base: 0;
  --third-base: 43;
}
