/* Example custom styles for the editor */
body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

h1, h2, h3 {
    color: #333;
    font-weight: 700;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    max-width: 100%;
    width: 100%;
}