/* BODY TEXT READABILITY */
body {
  line-height: 1.7;
}

/* POST CONTENT ONLY */
.wp-block-post-content p,
.entry-content p,
.single-post p,
.wp-block-post-content li,
.entry-content li,
.single-post li {
  font-size: 18px;
  line-height: 1.7;
}

/* SINGLE POST TITLE */
.single-post h1,
.wp-block-post-title {
  font-size: 34px;
  line-height: 1.2;
}

/* HEADINGS */
h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-top: 34px;
  margin-bottom: 14px;
}

h3 {
  font-size: 21px;
  line-height: 1.3;
  margin-top: 28px;
  margin-bottom: 12px;
}

/* LISTS */
ul, ol {
  margin-bottom: 16px;
  padding-left: 22px;
}

li {
  margin-bottom: 6px;
}

/* EXCERPTS / HOMEPAGE POST PREVIEWS */
.wp-block-post-excerpt,
.wp-block-post-excerpt p {
  font-size: 18px;
  line-height: 1.7;
}

/* MEDIA TEXT / COLUMN PARAGRAPHS */
.wp-block-media-text p,
.wp-block-columns p {
  font-size: 18px;
  line-height: 1.7;
}

/* POST TITLES IN QUERY LOOPS / HOMEPAGE / SIDEBAR */
.wp-block-post-title,
.wp-block-post-title a,
.wp-block-latest-posts__post-title,
.wp-block-latest-posts__post-title a {
  font-family: var(--wp--preset--font-family--lora);
}

/* NAVIGATION MENU */
.wp-block-navigation-item,
.wp-block-navigation-item a {
  font-weight: 600;
}

/* FOOTER NAVIGATION MENU */
footer .wp-block-navigation-item,
footer .wp-block-navigation-item a {
  font-weight: 600 !important;
}
/* Main article heading hierarchy */
.single-post .wp-block-post-content h2,
.page .wp-block-post-content h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-top: 44px;
  margin-bottom: 14px;
  font-weight: 700;
}

.single-post .wp-block-post-content h3,
.page .wp-block-post-content h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-post .wp-block-post-content h4,
.page .wp-block-post-content h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 26px;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wp-block-query .wp-block-post-featured-image.alignleft {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }

  .wp-block-query .wp-block-post-featured-image.alignleft img {
    width: 100% !important;
    height: auto !important;
  }

  .wp-block-query .wp-block-post-date,
  .wp-block-query .wp-block-post-excerpt,
  .wp-block-query .wp-block-read-more {
    clear: both;
  }
}