/* --- TYPOGRAFIA BLOGA --- */
/* Używane w pojedynczym poście na froncie oraz w edytorze wpisu */

/* H1 */
.single.single-post .wp-block-post-content h1.wp-block-heading,
.editor-styles-wrapper h1.wp-block-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.125;
    letter-spacing: -0.1px;
    text-align: center;
}

/* H2 */
.single.single-post .wp-block-post-content h2.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.125;
    letter-spacing: -0.1px;
    /* text-align: center; */
}

/* H3 */
.single.single-post .wp-block-post-content h3.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: -0.1px;
    /* text-align: center; */
}

/* Paragrafy */
.single.single-post .wp-block-post-content p,
.editor-styles-wrapper p {
    font-family: var(--e-global-typography-text-font-family), 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.1px;
    /* text-align: center; */
}
.single.single-post .uagb-container-inner-blocks-wrap {
    row-gap:0px !important;
}