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

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

.teaser {
  font-family: 'Google Sans', sans-serif;
}

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

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

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

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

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

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

.publication-venue {
  margin: 1.5rem 0;
  line-height: 1.6;
}

.contribution-note {
  margin-top: 0.75rem;
  color: #6b6b6b;
}

.affiliation-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin: 1.5rem auto 0.75rem;
}

.affiliation-logos img {
  display: block;
  width: auto;
  max-width: min(260px, 80vw);
  max-height: 58px;
  object-fit: contain;
}

.system-overview-figure {
  margin: 0;
  width: 100%;
}

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

.experiment-video {
  display: block;
  width: 100%;
  height: auto;
}

.visitor-map {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}

.visitor-map a {
  display: block;
  max-width: 100%;
}

.visitor-map img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
