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

.publication-title,
.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;
  margin-right: 0.25rem;
}

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

.publication-links .button {
  margin: 0.2rem;
}

.hero-body {
  padding-bottom: 2rem;
}

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

.teaser-image,
.figure-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.teaser-image {
  width: min(100%, 920px);
  max-height: 620px;
  object-fit: contain;
  object-position: center;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content p {
  line-height: 1.7;
}

.figure-caption {
  margin-top: 0.75rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.equation-block {
  margin: 1.4rem 0;
  overflow-x: auto;
  text-align: center;
}

.footer {
  padding: 3rem 1.5rem;
}

.footer .icon-link {
  color: #000;
  font-size: 25px;
  margin: 0 0.35rem;
}

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