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

/* Buttons under the title */
.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Fun small-caps style if you use <span class="dnerf"> */
.dnerf {
  font-variant: small-caps;
}

/* Overview / teaser section */
.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

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

/* Publication header typography */
.publication-title {
  font-family: 'Google Sans', sans-serif;
}

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

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

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

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

/* Video embed container */
.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 10px !important;
}

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

/* Make width similar to Nerfies / Fortress */
.container.is-max-desktop {
  max-width: 960px;
}

/* Basic responsive tweak */
@media (max-width: 768px) {
  .hero .title {
    font-size: 1.8rem;
  }
}
