/* About page-only helpers */
.editorial-line-length {
  max-width: 65ch;
}

/* Optional: smooth text rendering like Stitch */
body {
  -webkit-font-smoothing: antialiased;
}