:root {
  --grey-txt: hsl(131, 4%, 60%);
  --third-color: hsl(134 59% 28%);
  --accent-color: hsl(127, 22%, 8%);
  --first-base: 131;
  --light-txt: hsl(131, 4%, 96%);
  --first-color: hsl(144, 100%, 14%);
  --second-color: hsl(44 51% 58%);
  --second-base: 45;
  --third-base: 131;
  --dark-txt: hsl(131, 4%, 15%);
  --dark-txt: hsl(144, 4%, 15%);
  --light-txt: hsl(144, 4%, 96%);
  --grey-txt: hsl(144, 4%, 60%);
  --first-base: 144;
  --second-base: 44;
  --third-base: 134;
}
