body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #F07C53;
    --main-light: #f1c19e;
    --main-dark: #473433;
    --accent: #354C57;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
#cookie-bar .text-center.text-md-left {
    font-weight: 500;
}
.banner-section .slide-item:before {
    background-color: #202121;
}
.about-section-two .image-2 img, .gallery-section-two {
    display: none;
}
.gallery-item-two .overlay-box {
    background: rgb(243 162 133 / 96%);
}
.user-links li a:hover {
    color: #fff!important;
}