.flx-mce-container {
    all: unset;
    font-size: 14px;
    color: black;
    word-wrap: break-word;
    font-family: "Roboto", sans-serif;
}

/* Ensures on editor level that theres some padding in the editor */
.mce-content-body.flx-mce-container {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    position: relative;
}

.flx-mce-container .flx-blue {
    color: #003552;
}

.flx-mce-container .flx-orange {
    color: #EA5339;
}

/* Title 1*/
.flx-mce-container h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Title 2*/
.flx-mce-container h2 {
    font-style: italic;
}


/* Standard text */
.flx-mce-container p {
    margin-bottom: 10px;
}


/* Subtext */
.flx-mce-container p.subtext {
    font-style: italic;
    margin-bottom: 10px;
}