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

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

.publication-authors {
  margin-bottom: 0.5rem;
}

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

.link-block {
  margin: 0.25rem;
}

.hero.teaser video {
  width: 100%;
  border-radius: 8px;
}

.pipeline-image, .results-image {
  width: 100%;
  border-radius: 4px;
  margin-top: 1rem;
}

.hero.is-light {
  background-color: #f5f5f5;
}

section.section {
  padding: 3rem 1.5rem;
}

pre code {
  background-color: #f5f5f5;
  padding: 1rem;
  display: block;
  border-radius: 4px;
  font-size: 0.85rem;
}

footer.footer {
  padding: 2rem 1.5rem;
}

video {
  border-radius: 4px;
}
