/* Telescope Modern — the standard look: quiet, precise, confident. */
body.page .title h1 {
  font-style: normal;
  letter-spacing: -0.02em;
}
body.page .space-publication-card__title {
  text-decoration: none;
}
body.page .space-publication-card__container {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
body.page .space-publication-card__container:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(23, 23, 23, 0.07);
  border-color: rgba(91, 134, 229, 0.35);
}
body.page .html-content a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}