.editor-styles-wrapper h1:not(.wp-block-post-title) {
  color: rgba(var(--kubio-color-6),1);
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 6.5em;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: .6;
  text-transform: uppercase;
}

.editor-styles-wrapper h2 {
  color: rgba(var(--kubio-color-1),1);
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.143;
  text-transform: none;
}

.editor-styles-wrapper h3 {
  color: rgba(var(--kubio-color-6),1);
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.25;
  text-transform: none;
}

.editor-styles-wrapper h4 {
  color: rgba(var(--kubio-color-6),1);
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}

.editor-styles-wrapper h5 {
  color: #000;
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.55;
  text-transform: none;
}

.editor-styles-wrapper h6 {
  color: rgba(var(--kubio-color-6),1);
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.6;
  text-transform: uppercase;
}

.editor-styles-wrapper  {
  color: rgba(var(--kubio-color-6),1);
  font-family: Raleway,Helvetica,Arial,Sans-Serif,serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
}

@media (max-width:767px) {
  .editor-styles-wrapper h1:not(.wp-block-post-title) {
    font-size: 3em;
  }
}
