/*
 * This file is part of the AP project.
 */

/*
 * -----------------------------------------------------------------------------
 * --- Fonts -------------------------------------------------------------------
 * -----------------------------------------------------------------------------
 */
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Light.ttf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-LightItalic.ttf") format("opentype");
    font-style: italic;
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-SemiBold.ttf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("opentype");
    font-style: italic;
    font-weight: bold;
}

.ck-frontend {
    font-family: Montserrat, Inter, Segoe UI, Tahoma, sans-serif, Arial;
    font-size: 14px;
}

.ck-frontend h2 {
    color: #3c3c83;
    font-size: 1.8em;
    line-height: 1.25;
    margin: 0 0 0.50em 0;
    padding: 0.50em 0 0 0;
}

.ck-frontend h3 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #000000;
}

.ck-frontend h3 a,
.ck-frontend h3 a:active,
.ck-frontend h3 a:link,
.ck-frontend h3 a:visited {
    color: #3c3c83;
    font-weight: bold;
    text-decoration: none;
}

.ck-frontend h4 {
    font-size: 1.25em;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #000000;
}

.ck-frontend h5 {
    font-size: 1.1em;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #000000;
}

.ck-frontend h6 {
    font-size: 1.0em;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #000000;
}

.ck-frontend p {
    margin: 0 0 1.5em 0;
    color: #000000;
}

.ck-frontend p:only-child,
.ck-frontend p:last-child {
    margin: 0;
}

.ck-frontend ol {
    margin: 0 0 1.5em 0;
    padding: 0;
}

.ck-frontend ul {
    margin: 0 0 1.5em 20px;
    padding: 0;
    list-style: disc;
}

.ck-frontend .ck-content li {
    line-height: 1.50;
    margin: 0 0 0 5px;
    padding: 0;
}

