html, body {
  background: hsl(212deg, 10%, 91%);
}

main {
  max-width: 57ch;
  margin: auto;
  padding: 1.9rem 0.7rem clamp(9rem, 20vh, 15rem);
}

a#home-link {
  padding: 0.2rem 0.6rem;
  background: hsl(0deg, 0%, 98%);
  border-radius: 10rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 200ms;
}
a#home-link, a#home-link:active, a#home-link:visited {
  color: hsl(206deg, 77%, 48%);
}
a#home-link:hover {
  color: hsl(206deg, 100%, 55%);
  padding: 0.2rem 0.8rem;
}

header {
  font-family: "Petrona Var";
  font-size: 1.4rem;
  padding-top: 4.8rem;
  padding-bottom: 1rem;
}
header h1 {
  font-weight: 400;
}
header a {
  text-decoration: none;
}
header a, header a:active, header a:visited {
  color: hsl(248deg, 62%, 34%);
}
header a:hover {
  color: hsl(248deg, 62%, 25%);
  text-decoration: underline;
}

article {
  width: 100%;
  font-family: "Inter Var", "Inter V", "Inter", sans-serif;
  font-weight: 380;
  font-size: 1.15rem;
  padding-bottom: 3rem;
}
article p {
  letter-spacing: -0.009em;
  line-height: 1.55;
  padding: 1rem 0 1rem;
}
article p strong {
  font-weight: 500;
  letter-spacing: -0.03;
}
article ul {
  padding-left: 1.9rem;
  letter-spacing: -0.009em;
  line-height: 1.55;
}
article ul li {
  padding: 0.5rem 0;
}

div.more-articles {
  width: 100%;
  background: hsl(0deg, 0%, 94%);
  box-shadow: inset 0 0 0 2px hsla(248deg, 40%, 36%, 0.08), inset 0 2px 0 0 hsla(0deg, 0%, 0%, 0.03);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem 1.5rem;
}
div.more-articles h1 {
  font-family: "Petrona Var";
  font-weight: 400;
}
div.more-articles a {
  text-decoration: none;
  color: hsl(240deg, 100%, 47%);
}
div.more-articles a:hover {
  color: hsl(240deg, 11%, 5%);
  text-decoration: underline;
}
div.more-articles a:visited {
  color: hsl(240deg, 11%, 50%);
}
div.more-articles h2 {
  font-family: "Petrona Var";
  font-weight: 300;
  line-height: 1.6;
}
