h1, h2, h3, h4 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: var(--black);
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.5;
}
