/* source-sans-3-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}

/* source-sans-3-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/source-sans-3-v19-latin-800.woff2') format('woff2');
}

/* source-sans-3-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/source-sans-3-v19-latin-900.woff2') format('woff2');
}

/* exo-2-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/exo-2-v26-latin-900.woff2') format('woff2');
}


/* START Fonts*/

h1,h2,h3,h4,h5,h6,p,a,li,span,td,tr,input,textarea,label,select{font-family:var(--main-font);}

h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

p{font-size:22px;line-height:30px;font-weight:400;color:var(--colBlack);}
a{text-decoration:none;}

a:not([class]){color:var(--colLine);}

.editorContent p{margin:0 0 30px;}
.editorContent ul{list-style:initial;padding:0 0 30px 20px}
.editorContent li{font-size:22px;line-height:30px;color:var(--colBlack);}
.editorContent a{font-weight:900;color:var(--colLine)}
.editorContent *:last-of-type{margin:0;}

@media screen and (max-width:767px)
{
    p{font-size:18px;line-height:22.6px;}
}