/* Article defaults shared by Gutenberg and explicitly enabled Avada block posts.
 * Explicit block typography remains free to override these defaults.
 * Navigation, sidebars, lists of posts, pages and Classic posts are excluded.
 */
body.ssy-block-article #wrapper #main .post-content,
.editor-styles-wrapper.post-type-post {
  font-family: serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
body.ssy-block-article #wrapper #main .post-content :is(p, li, blockquote, table, td, th),
.editor-styles-wrapper.post-type-post :is(p, li, blockquote, table, td, th) {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  letter-spacing: normal;
  color: inherit;
}
body.ssy-block-article #wrapper #main .post-content :is(h1,h2,h3,h4,h5,h6),
.editor-styles-wrapper.post-type-post :is(h1,h2,h3,h4,h5,h6),
body.ssy-block-article .fusion-page-title-bar h1.entry-title {
  font-family: serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
body.ssy-block-article .fusion-page-title-bar h1.entry-title,
body.ssy-block-article #wrapper #main .post-content h1,
.editor-styles-wrapper.post-type-post h1 { font-size: 32px; }
body.ssy-block-article #wrapper #main .post-content h2,
.editor-styles-wrapper.post-type-post h2 { font-size: 24px; }
body.ssy-block-article #wrapper #main .post-content h3,
.editor-styles-wrapper.post-type-post h3 { font-size: 18.72px; }
body.ssy-block-article #wrapper #main .post-content h4,
.editor-styles-wrapper.post-type-post h4 { font-size: 16px; }
body.ssy-block-article #wrapper #main .post-content h5,
.editor-styles-wrapper.post-type-post h5 { font-size: 13.28px; }
body.ssy-block-article #wrapper #main .post-content h6,
.editor-styles-wrapper.post-type-post h6 { font-size: 10.72px; }
body.ssy-block-article #wrapper #main .post-content strong,
.editor-styles-wrapper.post-type-post strong { font-weight: 600; }
body.ssy-block-article #wrapper #main .post-content figcaption,
.editor-styles-wrapper.post-type-post figcaption {
  font-family: serif;
  font-size: 13px;
  line-height: normal;
  color: #555;
}
