/* Main column width */
.wp-block {
  max-width: 100%;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 100%;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}


/* MISCELLANEOUS STYLES AND OVERRIDES --------------------------- */
.editor-styles-wrapper {
  font-family: altivo, sans-serif;
}
.editor-styles-wrapper h1:not(.wp-block-post-title), 
.editor-styles-wrapper h2, 
.editor-styles-wrapper h3, 
.editor-styles-wrapper h4, 
.editor-styles-wrapper h5,
.editor-styles-wrapper .banner .banner-text {
  font-family: antonia-variable, sans-serif;
}
