/* CSS Document */

.iframe-editor {
    width: 100%;
    background: white;
}

.editor {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #707070;
}
.editor h1 {
    font-size: 36px;
    color: #5f6c96;
    font-weight: 600;
}
.editor h2 {
    font-size: 28px;
    color: #5f6c96;
    font-weight: 600;
}
.editor h3 {
    font-size: 20px;
    color: #5f6c96;
    font-weight: 600;
}
.editor h4{
    font-size: 18px;
    color: #707170;
    font-weight: 700;
}
.editor h5 {
    font-size: 16px;
    color: #707170;
    font-weight: 700;
}
.editor p, .editor .text {
    font-size: 16px;
    color: #707070;
}
.editor a {
    text-decoration: auto !important;
}
.editor a:hover{
    color: #414966 !important;
    transition: 0.3s;
}
