body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #b96f37;
    --main-light: #c6b2a3;
    --main-dark: #2a4922;
    --accent: #988b76;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #c6b2a3;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.footer-area {
    background: #e0cfc3 none repeat scroll 0 0!important;
}
.single-support {
    background: #e0cfc3 none repeat scroll 0 0!important;
}
.single-support-icon i {
    color: var(--main-dark)!important;
}
.product-top-bar .nav-tabs li a i, .products-head .products-head-title i {
    color: var(--main)!important;
}