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

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

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

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

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

.affiliations .author-block {
  margin: 0 0.35rem;
}

.publication-venue {
  margin-top: 0.5rem;
  font-size: 24px;
  font-weight: bold;
}

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

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

.icon svg {
  width: 1em;
  height: 1em;
}

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

.teaser img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
}

.teaser figcaption {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.5;
}

pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

a:focus-visible {
  outline: 3px solid #3273dc;
  outline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .publication-title.title {
    font-size: 2rem;
  }

  .publication-venue {
    font-size: 1.25rem;
  }

  .teaser .hero-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .content.has-text-justified {
    text-align: left !important;
  }
}
