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

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

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

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

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

pre.arch {
  background: #ffffff;
  color: #111111;
  border: 1px solid #d0dce6;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  font-size: 0.88rem;
  line-height: 1.6;
  overflow-x: auto;
  text-align: left;
}

.tag-pill {
  display: inline-block;
  background: #f0f4f8;
  border: 1px solid #d0dce6;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #3a5068;
  margin: 3px;
}
