


:root .redactor-dropdown-item-paragraph-sans-large{
    font-weight: bold;
    color: black;
    font-size: 20px;
    line-height: 1.3;
}
:root .redactor-styles .paragraph-sans-large {
    font-weight: bold;
    color: black;
    font-size: 24px;
    line-height: 1.3;
}

:root .redactor-dropdown-item-paragraph-serif-large{
    font-family: serif;
    color: black;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.3;
}

:root .redactor-styles .paragraph-serif-large {
    font-family: serif;
    color: black;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3;
}



:root .redactor-dropdown-item-headline-sans-small{
    font-weight: bold;
    margin-bottom: 0;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

:root .redactor-styles h4.headline-sans-small {
    font-weight: bold;
    margin-bottom: 0;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

:root .redactor-dropdown-item-paragraph-sans-small{
    font-weight: bold;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

:root .redactor-styles .paragraph-sans-small {
    font-weight: bold;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}


:root .redactor-dropdown-item-headline-serif-small{
    font-family: serif;
    margin-bottom: 0;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

:root .redactor-styles h4.headline-serif-small {
    font-family: serif;
    margin-bottom: 0;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

:root .redactor-dropdown-item-paragraph-serif-small{
    font-family: serif;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

:root .redactor-styles .paragraph-serif-small {
    font-family: serif;
    color: black;
    font-size: 16px;
    line-height: 1.3;
}