:root {
  --second-color: hsl(0 0% 0%);
  --first-base: 140;
  --third-base: 0;
  --dark-txt: hsl(140, 4%, 15%);
  --light-txt: hsl(140, 4%, 96%);
  --grey-txt: hsl(140, 4%, 60%);
  --third-color: hsl(0 0% 100%);
  --accent-color: hsl(36 38% 57.6%);
  --second-base: 0;
  --first-color: hsl(146, 100%, 25%);
  --dark-txt: hsl(146, 4%, 15%);
  --light-txt: hsl(146, 4%, 96%);
  --grey-txt: hsl(146, 4%, 60%);
  --first-base: 146;
  --second-base: 0;
  --third-base: 0;
}
