.ck-content .text-tiny {
    font-size: .7em;
    line-height: .7em;
}
.ck-content .text-small {
    font-size: .85em;
    line-height: .85em;
}
.ck-content .text-big {
    font-size: 1.4em;
    line-height: 1em;
}
.ck-content .text-huge {
    font-size: 1.8em;
    line-height: 1.2em;
}
.ck-content a:hover {
    color: #0056b3;
    text-decoration-line: underline;
    text-underline-offset: 5px;
}