.about-page {
  background: #000;
  color: #fff;
  min-height: 100vh;
  padding: 6rem 2% 4rem;
}

.about-header {
  margin-bottom: 4rem;
}

.about-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.1;
}

/* Tighter spacing between layout sections */
.about-page .margin-xl {
  margin-bottom: 2rem;
}

/* Paragraphs — same as note detail page */
.about-page .text p {
  font-family: 'Gelasio', Georgia, serif;
  font-size: 22px;
  line-height: 1.5;
}

/* Headlines — same as note detail page */
.about-page .text h2,
.about-page .text h3,
.about-page .text h4,
.about-page .text h5,
.about-page .text h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

/* Links in white context */
.about-page .text a {
  color: #fff;
}
