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

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

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

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

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

.publication-links .link-block {
  display: inline-block;
  margin: 0.25rem;
}

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

.hero.teaser .hero-body {
  padding-top: 0.5rem;
}

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

/* Placeholder boxes for content to be added later. */
.placeholder-box {
  border: 2px dashed #b5b5b5;
  border-radius: 8px;
  color: #7a7a7a;
  background: #fafafa;
  padding: 3rem 1rem;
  margin: 1rem 0;
  font-family: 'Google Sans', sans-serif;
  line-height: 1.5;
}

#BibTeX pre {
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 0.85rem;
  overflow-x: auto;
}
