body {
  overflow-x: hidden;
}
main a {
  transition: ease-out 0.3s;
  transition-property: all;
}
.is-style-fill .wp-block-button__link {
  transition: ease-out 0.2s;
  transition-property: all;
}
.cm4all-theme-main h1,
.cm4all-theme-main h2,
.cm4all-theme-main h3,
.cm4all-theme-main h4,
.cm4all-theme-main h5,
.cm4all-theme-main h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.cm4all-theme-main p,
.editor-styles-wrapper p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
