/* Ensure headings use antiqueolicom */
h1,h2,h3,h4,h5,h6 {
  font-family: var(--wp--preset--font-family--antiqueolicom) !important;
}

/* Wide & Full align from Gutenberg */
.alignwide {
  max-width: var(--wp--preset--layout--wide-size);
  width: 100%; margin-left:auto; margin-right:auto;
}
.alignfull {
  width:100vw; position:relative; left:50%; margin-left:-50vw;
}
