/* -- Page heading ------------------------------------------ */
.pagetitle {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 1.5em;
}
.pagerubric {
  font-size: 1.1rem;
  max-width: 520px;
  margin-bottom: 0.8rem;
  line-height:1.6rem;
  margin-bottom: 1em;
  font-style:italic;
}
p {
  font-size: 1.1rem;
  max-width: 520px;
  margin-bottom: 0.8rem;
  line-height:1.6rem;
}
