/* Editor styles for blog-web theme */

.editor-styles-wrapper {
    color: #333;
    font-family: 'Nunito', sans-serif;
    line-height: 1.75;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    color: #111;
}

.wp-block-button .wp-block-button__link {
    border-radius: 3px;
}

.wp-block-button.is-style-blog-web-outline .wp-block-button__link {
    border: 1px solid currentColor;
    background: transparent;
    padding: 0.9em 1.5em;
}

.wp-block-quote.is-style-blog-web-quote {
    border-left: 4px solid #333;
    padding-left: 1.25em;
}

.blog-web-hero-section {
    padding: 4rem 2rem;
    background-color: #f8f8f8;
}
