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

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

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

.navbar-logo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 8px;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  line-height: 1.35 !important;
}

.title-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  vertical-align: middle;
}

.title-logo {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.55rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
  flex-shrink: 0;
}

.title-brand {
  background: linear-gradient(120deg, #1e3a8a 0%, #4c1d95 55%, #b45309 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.title-rest {
  font-weight: 700;
}

.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;
}

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

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