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

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

.publication-title {
  margin-bottom: 1.25rem !important;
}

.venue-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25em 0.9em;
  border: 1px solid hsl(0, 0%, 75%);
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(0, 0%, 25%);
}

.publication-authors {
  margin-bottom: 0.6rem;
}

.publication-authors .author-block {
  display: inline-block;
  margin-right: 0.4em;
}

.publication-authors a {
  color: hsl(217, 71%, 35%);
}

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

.publication-links .link-block {
  margin: 0.25rem;
  display: inline-block;
}

.teaser-image {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 6px;
}

.teso {
  color: #0059ff;
  font-weight: 600;
  letter-spacing: 0.02em;
}

section.hero.teaser .subtitle {
  margin-top: 1.2rem;
  color: hsl(0, 0%, 30%);
}

section.section figure {
  margin: 0;
}

section.section figure img {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

#bibtex pre {
  background: hsl(0, 0%, 96%);
  padding: 1.1rem 1.3rem;
  border-radius: 6px;
  font-size: 0.9rem;
  overflow-x: auto;
}

footer.footer {
  background-color: hsl(0, 0%, 98%);
  padding: 2.5rem 1.5rem;
}

footer .icon-link {
  font-size: 1.5rem;
  color: hsl(0, 0%, 35%);
  margin: 0 0.5rem;
}

footer .icon-link:hover {
  color: hsl(217, 71%, 45%);
}

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