body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fdfdfd;
}

.editor-post-title__input {
  font-size: 70px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* Main column width */
.wp-block {
  max-width: 1170px;
}

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

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

.is-style-my-cover {
  position: absolute;
  top: -100px;
  z-index: -1;
  opacity: 0.2;
  left: 0;
  transform: skewY(-5deg);
  min-height: 90vh;
  min-width: 100vw;
}

.is-style-my-heading {
  font-size: 30em;
  padding: 0;
  margin: 0;
}
/*# sourceMappingURL=style-editor.css.map */
