/* Styles specific to Single Post (Frontend & Editor) */

/* Font Family - Scoped to Post Content & Editor */
body,
.editor-styles-wrapper {
    font-family: "arboria", "sans-serif";
}

/* Spacing Rules - Editor (.is-root-container) & Frontend */

.is-root-container p,
.stellar-single-post-content.wp-block-group p,
.wp-block-post-content p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.is-root-container h1,
.stellar-single-post-content.wp-block-group h1,
.wp-block-post-content h1 {
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    line-height: 1.2;
}

.is-root-container h2,
.stellar-single-post-content.wp-block-group h2,
.wp-block-post-content h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    line-height: 1.2;
}

.is-root-container h3,
.stellar-single-post-content.wp-block-group h3,
.wp-block-post-content h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    line-height: 1.2;
}

.is-root-container h4,
.stellar-single-post-content.wp-block-group h4,
.wp-block-post-content h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    line-height: 1.2;
}

.is-root-container h5,
.stellar-single-post-content.wp-block-group h5,
.wp-block-post-content h5 {
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    line-height: 1.2;
}

.is-root-container h6,
.stellar-single-post-content.wp-block-group h6,
.wp-block-post-content h6 {
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    line-height: 1.2;
}

.is-root-container ul,
.is-root-container ol,
.stellar-single-post-content.wp-block-group ul,
.stellar-single-post-content.wp-block-group ol,
.wp-block-post-content ul,
.wp-block-post-content ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-left: 2em;
}

.is-root-container ul,
.stellar-single-post-content.wp-block-group ul,
.wp-block-post-content ul {
    list-style-type: disc;
}

.is-root-container ol,
.stellar-single-post-content.wp-block-group ol,
.wp-block-post-content ol {
    list-style-type: decimal;
}

.is-root-container blockquote,
.stellar-single-post-content.wp-block-group blockquote,
.wp-block-post-content blockquote {
    margin-block-start: 1em;
    margin-block-end: 1em;
}