/* Zoja customizations — loaded after elengine base styles */

/* Blog content: tone down the oversized .intro lead paragraph
   that the rich text editor inserts. Keep it distinct from body text
   but not brutally large. */
.blog-content p.intro,
.blog-content .intro,
.ele_read_blog_content p.intro,
.ele_read_blog_content .intro,
.post-text p.intro,
.post-text .intro {
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 500;
  color: inherit;
  margin-bottom: 1em;
  letter-spacing: normal;
}
