.object-fit {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.type-reset {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.paragraph strong {
  font-weight: var(--font-weight-semibold);
}

.paragraph em {
  font-style: italic;
}

details > summary {
  list-style: none;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}
