@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/Figtree-VariableFont_wght.ttf") format("truetype");
  font-weight: 500 800;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #F4D04E;
  padding: 1.25rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#app {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.attribution {
  font-size: 11px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

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

.card {
  box-shadow: 0.5rem 0.5rem 0 #111111;
  border: 1px solid #111111;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 1.5rem;
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.cardAuthorBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.75rem;
}

.cardAuthorBarImage {
  border-radius: 100%;
  height: 32px;
  width: 32px;
}

.cardAuthorBarLabel {
  color: #111111;
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
}

.cardContent {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.cardContentCategory {
  border-radius: 0.25rem;
  background-color: #F4D04E;
  padding: 0.25rem 0.75rem;
  max-width: fit-content;
  display: block;
  color: #111111;
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
}

.cardContentDate {
  color: #111111;
  font-family: Figtree, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
}

.cardContentText {
  margin: 0;
  color: #6B6B6B;
  font-family: Figtree, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
}

.cardContentTitle {
  margin: 0;
  border-radius: 0.25rem;
  border: 1px solid #FFFFFF;
  color: #111111;
  cursor: pointer;
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
}

.cardContentTitle:hover {
  color: #F4D04E;
}

.cardContentTitle:focus-visible {
  border: 1px solid #111111;
  color: #F4D04E;
  outline: none;
}

.cardImage {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

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