/*
Custom editor style to match theme styling.
*/

body#tinymce.wp-editor { 
    font-family: 'Open Sans', sans-serif;  
    font-size: 14px;
}

body#tinymce.wp-editor p{
    font-size: 16px;
}

body#tinymce.wp-editor a {
    color: rgb(51, 51, 51);
}

