.rtf-content {
    font-family: 'Lato', system-ui, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
}

.rtf-content * {
    box-sizing: border-box;
    background: transparent;
    border: 0;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.rtf-content b {
    font-weight: 700;
}

.rtf-content h1,
.rtf-content h2,
.rtf-content h3 {
    font-family: 'Poppins', system-ui, Arial, sans-serif;
    font-weight: 400;
}

.rtf-content h1 b,
.rtf-content h2 b,
.rtf-content h3 b {
    font-weight: 600;
}

.rtf-content h1 {
    font-size: 30px;
    line-height: 1.2;
}

.rtf-content h2 {
    font-size: 24px;
    line-height: 1.3;
}

.rtf-content h3 {
    font-size: 21px;
}

.rtf-content h1+*,
.rtf-content h2+*,
.rtf-content h3+* {
    margin-top: 12px;
}

.rtf-content p+h2,
.rtf-content ul+h2,
.rtf-content ol+h2 {
    margin-top: 24px;
}

.rtf-content p+h3,
.rtf-content ul+h3,
.rtf-content ol+h3 {
    margin-top: 24px;
}

.rtf-content p+*,
.rtf-content ul+*,
.rtf-content ol+* {
    margin-top: 16px;
}

.rtf-content p+ul,
.rtf-content p+ol {
    margin-top: 0px;
}

.rtf-content h1+h2,
.rtf-content h2+h3 {
    margin-top: 24px;
}

.rtf-content ul,
.rtf-content ol {
    margin-left: 20px;
}

.rtf-content ul {
    list-style-type: disc;
}

.rtf-content *:first-child {
    margin-top: 0px;
}