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

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.icon-link-gap {
    margin-left: 10px;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

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

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

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

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

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

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

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px !important;
}

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

.full-width-video {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.result-image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.result-caption {
  margin-top: 0.6rem;
  font-size: 0.875rem;
  color: #555;
  text-align: center;
  font-family: 'Google Sans', sans-serif;
}

.section-gray {
  background-color: #f8f8f8;
}

.method-step {
  border-left: 4px solid #3273dc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.venue-tag {
  background-color: #f5a623;
  color: white;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-family: 'Google Sans', sans-serif;
}

.pointcloud-container {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

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

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