html :where(.editor-styles-wrapper) p {
  /*margin: inherit;*/
}
main section,
.edit-post-visual-editor__content-area section {
  /*color: @color-black;*/
  /*background-color: @color-white;*/
}
main section .headline,
.edit-post-visual-editor__content-area section .headline {
  color: inherit;
}
main section .subline,
.edit-post-visual-editor__content-area section .subline {
  color: #e13232;
  font-size: 1.2rem;
  font-weight: 700;
}
main section .bodytext,
.edit-post-visual-editor__content-area section .bodytext {
  font-size: 1rem;
}
main section .highlight,
.edit-post-visual-editor__content-area section .highlight {
  color: #e13232;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}
main section .uk-list .title,
.edit-post-visual-editor__content-area section .uk-list .title,
main section .uk-description-list .title,
.edit-post-visual-editor__content-area section .uk-description-list .title {
  font-size: 1.2rem;
  font-weight: 500;
  color: inherit;
  text-transform: uppercase;
}
main section .uk-card.uk-card-none .uk-card-body,
.edit-post-visual-editor__content-area section .uk-card.uk-card-none .uk-card-body {
  padding: 1px;
}
main section .uk-button.cta,
.edit-post-visual-editor__content-area section .uk-button.cta {
  -webkit-transition: background-color 1.5s, color 1.5s;
  transition: background-color 1.5s, color 1.5s;
}
main section .uk-button.cta:hover,
.edit-post-visual-editor__content-area section .uk-button.cta:hover {
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
main section .uk-button.uk-button-default,
.edit-post-visual-editor__content-area section .uk-button.uk-button-default,
main section .uk-button.uk-button-text,
.edit-post-visual-editor__content-area section .uk-button.uk-button-text {
  color: inherit;
}
main section .uk-button.uk-button-custom,
.edit-post-visual-editor__content-area section .uk-button.uk-button-custom {
  background-color: var(--background-color);
  color: var(--font-color);
}
main section .uk-button.uk-button-custom:hover,
.edit-post-visual-editor__content-area section .uk-button.uk-button-custom:hover {
  background-color: var(--background-color-hover);
  color: var(--font-color-hover);
}
