body {
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);
}

/* --- Colors --- */

:root {
    --main: #faa737;
    --main-light: #c5c3c4;
    --main-dark: #0a4a8a;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.tp-banner-container .color-blue {
    color: var(--main) !important;
}
#footer.footer-v3 .footer-bottom .col-md-6:last-child a, #footer .footer-bottom p {
    color: #b2b1b1!important;
}
.tp-banner-container.ver-5 span {
    color: #000!important;
}
#topbar .voucher p {
    color: #fff!important;
}
#header .header-top .logo img {
    max-height: 100px!important;
}
.tp-caption.medium_bg_orange {
    background-color: var(--main)!important;
}
.main-container.main-container-home5 .col-md-3:nth-of-type(4) .cat-box-item .text p:last-child {
    font-size: 25px!important;
}
.tp-banner-container .link-1 {
    background-color: var(--main) !important;
}