/* this stylesheet contains styles used to format the rich text boxes in the Dashboard section edit page */

/* each style must be preceeded with the ".note-editor.note-frame .note-editing-area .note-editable" cascading class definition */

/* eg
.note-editor.note-frame .note-editing-area .note-editable { font-family: "Poppins", Arial; font-size: 20px; color: #333; }

.note-editor.note-frame .note-editing-area .note-editable h2 { font-size: 23px; }
*/

.note-editor.note-frame .note-editing-area .note-editable h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 93px;
    letter-spacing: -1.5px
}

.note-editor.note-frame .note-editing-area .note-editable h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: Light;
    font-size: 58px;
    letter-spacing: -0.5px;
}

.note-editor.note-frame .note-editing-area .note-editable h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 46px;
    letter-spacing: 0px;
}

.note-editor.note-frame .note-editing-area .note-editable h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 33px;
    letter-spacing: 0.25px;
}

.note-editor.note-frame .note-editing-area .note-editable h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 27px;
    letter-spacing: 0px;
}

.note-editor.note-frame .note-editing-area .note-editable h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 19px;
    letter-spacing: 0.15px;
}