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

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

a,
.publication-authors a {
  color: #1d72aa;
}

.has-text-info {
  color: #1d72aa !important;
}

.has-text-primary {
  color: #008675 !important;
}

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

.author-block {
  display: inline-block;
}

.affiliations {
  margin-top: 0.75rem;
}

.affiliations .author-block {
  margin-inline: 0.3rem;
}

.contribution-note {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.publication-links {
  margin-top: 1rem;
}

.link-block a {
  margin: 5px 2px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser .subtitle {
  margin-top: 1.5rem;
  line-height: 1.5;
}

.figure-link {
  display: block;
  border-radius: 3px;
  cursor: zoom-in;
}

.figure-link img {
  display: block;
  width: 100%;
  height: auto;
}

.figure-hint {
  margin-top: 0.5rem;
  color: #666;
  text-align: center;
  font-size: 0.75rem;
}

.feature-grid .title,
.results-grid .title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.feature-grid .column {
  padding: 1.25rem;
}

.result-value {
  font-weight: 700;
  color: #363636;
}

.result-value span {
  font-weight: 400;
}

.results-note {
  font-size: 0.8rem;
  color: #666;
}

a:focus-visible {
  outline: 3px solid #3273dc;
  outline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .publication-title.title {
    font-size: 2.25rem;
  }

  .publication-authors.is-size-5 {
    font-size: 1.0625rem !important;
    line-height: 1.8;
  }

  .author-break {
    display: none;
  }

  .teaser .hero-body {
    padding-inline: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .teaser .subtitle {
    font-size: 1.0625rem;
  }

  .results-grid .column + .column {
    margin-top: 1rem;
  }
}
