/*
This stylesheet is for the Richtext Editor drop-down FORMAT option
https://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-(tinymce)/add-styles-to-the-drop-down-menu-for-editors-to-use
*/

.editor1 h2 {
  color: #015710;
  font-size: 23px;
  font-weight: 700 !important;
  margin-bottom: 5px;
  margin-top: 12px;
}

.editor2 p {
  font-family: Roboto; 
  font-size:1.4em; 
  font-weight:300 !important;
  font-size: 15px;
  margin-bottom: 16px;
}

