body {
  background-color: #fcfcfc;
  color: #1a1a1a;
  line-height: 1.6;
}

.section-border {
  border-top: 1px solid #eee;
  padding-top: 3rem;
  margin-top: 4rem;
}

.text-link {
  transition: color 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #d1d5db;
}

.text-link:hover {
  text-decoration-color: #1a1a1a;
}

.publication-list li {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.year-label {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
