/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */
body.mceContentBody {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin: 1em 0 0.6em;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 1em;
}

strong {
  font-family: "Roboto", sans-serif;
}

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