:root {
  --dark-txt: hsl(56, 4%, 15%);
  --grey-txt: hsl(56, 4%, 60%);
  --first-color: hsl(56 92% 60.6%);
  --second-color: hsl(0 0% 0%);
  --third-color: hsl(56 90% 45%);
  --accent-color: hsl(0 0% 30%);
  --light-txt: hsl(56, 4%, 96%);
  --first-base: 56;
  --second-base: 0;
  --third-base: 56;
  --dark-txt: hsl(56, 4%, 15%);
  --light-txt: hsl(56, 4%, 96%);
  --grey-txt: hsl(56, 4%, 60%);
  --first-base: 56;
  --second-base: 0;
  --third-base: 56;
}
