/* Editorial block styling to match front-end rhythm */

.wp-block-post-title,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3 {
  letter-spacing: 0.01em;
}

.wp-block-paragraph {
  font-size: 1.02rem;
  line-height: 1.68;
}

.wp-block-quote {
  border-left: 4px solid #1155ff;
  padding-left: 1rem;
  font-style: italic;
}

.wp-block-separator {
  border-color: #d9e0ea;
}
