/* Style widoczne w edytorze */
.wp-block-image.is-style-rounded-small {
    border-radius: 5px;
    overflow: hidden;
}

.wp-block-image.is-style-rounded-medium {
    border-radius: 10px;
    overflow: hidden;
}

.wp-block-image.is-style-rounded-large {
    border-radius: 20px;
    overflow: hidden;
}

.wp-block-image.is-style-rounded-full {
    border-radius: 50%;
    overflow: hidden;
}

.wp-block-image.is-style-rounded-small img,
.wp-block-image.is-style-rounded-medium img,
.wp-block-image.is-style-rounded-large img,
.wp-block-image.is-style-rounded-full img {
    border-radius: inherit;
}


/* Style w edytorze */
.wp-block-heading {
    font-family: 'Nohemi', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #442669;
    font-weight: 300;
}

h1.wp-block-heading {
    font-size: 2.5rem!important;
}
@media(max-width:1024px){
    h1.wp-block-heading {
        font-size: 2rem!important;
    }
}

h2.wp-block-heading {
    font-size: 30px!important;
}
@media(max-width:1024px){
    h2.wp-block-heading {
        font-size: 24px!important;
    }
}

h3.wp-block-heading {
    font-size: 1.75rem!important;
}
@media(max-width:1024px){
    h3.wp-block-heading {
        font-size: 1.5rem!important;
    }
}

h4.wp-block-heading {
    font-size: 1.5rem!important;
}
@media(max-width:1024px){
    h4.wp-block-heading {
        font-size: 1.25rem!important;
    }
}

h5.wp-block-heading{
    font-size: 1.25rem!important;
}
@media(max-width:1024px){
    h5.wp-block-heading {
        font-size: 1.125rem!important;
    }
}

h6.wp-block-heading {
    font-size: 1.125rem!important;
    letter-spacing: 0.5px;
}
@media(max-width:1024px){
    h6.wp-block-heading {
        font-size: 1rem!important;
    }
}

.wp-block-image img{
    width:100%;
}
