.entry-content > *,
.wp-block-post-content > * {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignwide,
.wp-block-post-content .alignwide {
  max-width: 1200px;
  margin-inline: auto;
}
.entry-content .alignfull,
.wp-block-post-content .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignfull {
  max-width: none;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.has-xxl-font-size {
  line-height: 58px;
  font-weight: 600 !important;
}

.has-xl-font-size {
  line-height: 48px;
  font-weight: 600 !important;
}

.has-l-font-size {
  line-height: 30px;
  font-weight: 600 !important;
}

.has-m-font-size {
  line-height: 24px;
  font-weight: 400 !important;
}

.has-s-font-size {
  line-height: 20px;
  font-weight: 400 !important;
}

.has-xs-font-size {
  line-height: 16px;
  font-weight: 400 !important;
}

.wp-block-separator.is-style-liner {
  position: relative;
  border: none;
  height: 1px;
  width: 180px;
  max-width: 100%;
  background-color: var(--wp--preset--color--primary);
  overflow: visible;
}
.wp-block-separator.is-style-liner::before, .wp-block-separator.is-style-liner::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
}
.wp-block-separator.is-style-liner::before {
  left: 0;
}
.wp-block-separator.is-style-liner::after {
  right: 0;
}

/*# sourceMappingURL=gutenberg.css.map */
