@font-face {
  font-family: WorkSans;
  src: url('./assets/fonts/static/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WorkSans;
  src: url('./assets/fonts/static/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WorkSans;
  src: url('./assets/fonts/static/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.p-hidden {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.items.active button img.plus-btn {
  opacity: 0;
  transform: rotate(45deg);
}

.items.active button img.minus-btn {
  opacity: 1;
  transform: rotate(180deg);
}

.items.active p {
  margin-bottom: 1.25rem;
}

.items button img.plus-btn,
.items button img.minus-btn {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.attribution {
  font-size: 0.6875rem;
  text-align: center;
}

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

.attribution a:hover {
  text-decoration: underline;
  color: gold;
}
