body {
  font-size: 18px;
  line-height: 1.56;
}

header h1 { font-size: 30px; }
header position { font-size: 1.16rem !important; }
header email { font-size: 16px; }

.publication-meta { font-size: 0.82rem; }
.venue-badge { font-size: 0.76rem; }
.publication-details .title { font-size: 1.06rem; }
.publication-details .author,
.publication-details .periodical { font-size: 0.94rem; }

small { font-size: 12px; }

a.mentor-link,
a.mentor-link strong {
  color: #4f9fd3;
}

a.mentor-link:hover,
a.mentor-link:hover strong {
  color: #2677ad;
}

@media (prefers-color-scheme: dark) {
  a.mentor-link,
  a.mentor-link strong {
    color: #78c9f4;
  }

  a.mentor-link:hover,
  a.mentor-link:hover strong {
    color: #a5ddfb;
  }
}

@media screen and (max-width: 480px) {
  body { font-size: 17px; }
}
