@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-Plain.woff2') format('woff2'),
         url('../fonts/TheSans-Plain.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-Bold.woff2') format('woff2'),
         url('../fonts/TheSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html, body,
button, input, textarea, select,
.navbar, .menu, .li-widget,
.heading, .title, .the-text, .desc,
.carousel-content, .li-news24-widget,
li, a, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'TheSans', Arial, Tahoma, sans-serif !important;
}
body {
    font-weight: 400;
    line-height: 1.65;
}
h1, h2, h3, h4, h5, h6,
.heading .title,
.carousel-content .title,
.li-news24-widget .news-title,
.the-text a,
.desc a,
.navbar a,
.menu a {
    font-weight: 700;
}
.carousel-content .title,
.img-carousel .title,
.slide-content .title {
    line-height: 1.35 !important;
}
.li-news24-widget .news-title,
.li-news24-widget .the-text,
.li-news24-item .news-title {
    line-height: 1.55 !important;
    font-size: 15px !important;
}
.heading .title {
    line-height: 1.35 !important;
}
.tabs li,
.tab-link {
    font-weight: 700 !important;
}
