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

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

.publication-authors {
  color: #555;
}

.author-block {
  display: inline-block;
  margin: 0 5px;
}

.publication-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.link-block {
  margin: 5px;
}

.hero.teaser {
  background-color: #f5f5f5;
}

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

.subtitle {
  margin-top: 20px !important;
  color: #555;
}

.section {
  padding: 3rem 1.5rem;
}

.title {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 1.5rem;
}

.content p {
  margin-bottom: 1em;
}

.content img {
  margin: 20px auto;
  display: block;
}

.content video {
  border-radius: 5px;
  margin-bottom: 15px;
}

#BibTeX pre {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  overflow-x: auto;
}

#BibTeX code {
  background-color: transparent;
  padding: 0;
}

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

/* Responsive fixes */
@media screen and (max-width: 768px) {
  .publication-links {
    flex-direction: column;
    align-items: center;
  }

  .columns.is-centered > .column {
    padding: 0.75rem;
  }
}
