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

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

.publication-title .subtitle-inline {
  font-size: 0.6em;
  font-weight: 400;
  display: block;
  margin-top: 0.4em;
  color: #4a4a4a;
}

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

.publication-authors .author-block {
  margin-right: 0.5em;
}

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

.publication-links .link-block {
  margin: 0 0.3em;
}

.publication-links .button {
  background-color: #363636;
  color: #fff;
}

.publication-links .button:hover {
  background-color: #1f1f1f;
}

#pipeline {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.publication-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 8px;
}

.publication-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.section video {
  border-radius: 8px;
  background: #000;
}

pre#bibtex-block {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
}

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