@font-face {
  font-family: "Figtree";
  src: local("../assets/fonts/Figtree-VariableFont_wght.ttf");
  font-weight: 500 800;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 150%;
  letter-spacing: 0%;
  font-family: "Figtree", sans-serif;
  background-color: hsl(47, 88%, 63%);
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100vh;
}

article {
  margin: auto;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid hsl(0, 0%, 7%);
  width: 384px;
  background-color: hsl(0, 0%, 100%);
  filter: drop-shadow(8px 8px hsl(0, 0%, 7%));
}
article :hover {
  cursor: pointer;
}
article :hover h2 {
  color: hsl(47, 88%, 63%);
}

.featued-image {
  border-radius: 10px;
  width: 100%;
  padding-bottom: 24px;
}

.content {
  padding-bottom: 24px;
}
.content > *:not(:last-child) {
  margin-bottom: 12px;
}
.content p {
  color: hsl(0, 0%, 42%);
}

.category {
  background-color: hsl(47, 88%, 63%);
  font-weight: 800;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: clamp(12px, 2.5vw, 14px);
}

#publish-date {
  display: block;
  padding-top: 12px;
}

.author {
  display: flex;
  align-items: center;
  font-weight: 800;
}
.author img {
  width: 2rem;
  height: 2rem;
  padding-right: 12px;
}

/* Attribution */
.attribution {
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

/*# sourceMappingURL=style.css.map */
