body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #c29958;
    --main-light: #eecd98;
    --main-dark: #7e643b;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    background: #191c1e;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --icons: #ff2f2f;
    --bg-category: #011826;
    --btn-main: #000000;
    --btn-main-hover: #ff2f2f;
    --bg-wrapper: #191c20;

    /*--footer-bg-color: ;*/
}
#header, #nav .list-unstyled, #header.sticky, .nav-holder ul,.social-rating, .social-rating:before, .services, footer, #footer:before {
    background: #191c20!important;
}
@media (max-width: 767px) {
    #header .list-unstyled {
        background: #191c20!important;
    }
    #header #nav > ul > li > a {
        color: #fff!important;
    }
}
.nav-active #nav {
    background: #191c20!important;
}
.product-category__item img {
    filter: invert(1);
}
footer .logo-footer img {
    width: 150px!important;
}