:root {
  --first-color: hsl(225, 57%, 37%);
  --second-color: hsl(56, 100%, 50%);
  --third-color: hsl(48, 100%, 50%);
  --accent-color: hsl(225, 57%, 25%);
  --link-color: hsl(198, 100%, 50%);
  --first-base: 225;
  --third-base: 48;
  --light-txt: hsl(225, 4%, 96%);
  --error-color: hsl(18, 100%, 50%);
  --second-base: 56;
  --dark-txt: hsl(225, 4%, 15%);
  --grey-txt: hsl(225, 4%, 60%);
  --dark-txt: hsl(225, 4%, 15%);
  --light-txt: hsl(225, 4%, 96%);
  --grey-txt: hsl(225, 4%, 60%);
  --first-base: 225;
  --second-base: 56;
  --third-base: 48;
}
