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: 7rem;
  font-weight: 600;
}

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

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

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