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

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

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

.publication-venue {
  color: #555;
  font-weight: bold;
}

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

.publication-links a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

.hero.teaser .teaser-container {
  margin-bottom: 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

#BibTeX pre {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
  overflow-x: auto;
}

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

.icon-link {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  color: #363636;
}

.icon-link:hover {
  color: #00d1b2;
}

.dnerf {
  font-variant: small-caps;
  font-weight: bold;
}

.interpolation-panel {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.interpolation-panel .column {
  padding: 0.5rem;
}

/* Custom button styles to match the dark theme in the template */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:hover {
  background-color: #2f2f2f;
}
