body {
  font-family: 'Noto Sans', sans-serif;
}

.title,
.subtitle,
.publication-title,
.publication-subtitle,
.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-subtitle {
  margin-top: 1.25rem !important;
  font-weight: 400;
}

.publication-authors {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
  margin-right: 0.5em;
}

.funding-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}

.funding-logos .funder-logo {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.status-badge {
  margin: 1.5rem 0;
}

a {
  color: #339cff;
}

a:hover {
  color: #1a7fd1;
}

.hero-body {
  padding: 6rem 1.5rem 1.5rem;
}

.footer {
  padding: 3rem 1.5rem;
  background-color: #fafafa;
}
