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

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

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

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

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

.publication-links .button {
  margin: 4px;
}

.hero-body {
  padding-bottom: 1.5rem;
}

.section {
  padding: 2.5rem 1.5rem;
}

pre {
  background-color: #1e1e2e;
  color: #cdd6f4;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
}

pre code {
  font-family: 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.875em;
  line-height: 1.6;
  color: inherit;
  background: none;
  padding: 0;
}

.content figure {
  margin: 1.5rem auto;
}

figcaption {
  font-size: 0.9em;
  color: #555;
  margin-top: 0.75rem;
  text-align: left;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mode-table th,
.mode-table td {
  vertical-align: middle;
}

.metric-category {
  margin-bottom: 0.5rem;
}

.formula {
  font-family: 'Noto Sans', serif;
  font-size: 1.1em;
  text-align: center;
  padding: 1rem 0;
}

.equal-contrib {
  font-size: 0.85em;
  color: #666;
  margin-top: 0.5rem;
}

footer.footer {
  padding: 2rem 1.5rem;
}
