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;
  width: fit-content;
  font-weight: bold;
}

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

.footer {
  background-color: #f5f5f5;
}

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

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

.teaser img {
  max-width: 100%;
  border-radius: 8px;
}

.section-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}
