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

.navbar {
  border-bottom: 1px solid #ececec;
}

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

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

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

.conference-badge {
  margin: 0.85rem auto 1rem;
  line-height: 0;
}

.conference-badge img {
  width: min(260px, 52vw);
  height: auto;
  display: block;
  margin: 0 auto;
}

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

.publication-authors a,
.publication-authors a:visited {
  color: #1e6fb7 !important;
}

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

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

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

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px !important;
}

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

.stat-grid .box {
  height: 100%;
}

.stat-label {
  color: #6b6b6b;
  font-size: 0.95rem;
}

.stat-value {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .publication-links .button {
    margin-bottom: 0.5rem;
  }
}
