body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #fdfdfd;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

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

.publication-authors .author-block {
  display: inline-block;
  margin-right: 0.4rem;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.publication-links .link-block a {
  font-family: 'Google Sans', sans-serif;
}

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

.section {
  padding: 2.5rem 1.5rem;
}

.box {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.08), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

figure.image img {
  border-radius: 6px;
}

pre {
  background-color: #f6f8fa;
  border-radius: 6px;
  padding: 1rem;
  overflow-x: auto;
}

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

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