:root {
  --Black: hsl(212, 21%, 14%);
  --Grey: hsl(228, 12%, 48%);
  --Cream: hsl(30, 38%, 92%);
  --White: hsl(0, 0%, 100%);
  --Green500: hsl(158, 36%, 37%);
  --Green700: hsl(158, 42%, 18%);
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
h3,p{
    font-family: "Montserrat", sans-serif;

}
h1,.h3{
    font-family: "Fraunces", serif;
}