body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #000000;
    --main-light: #e8ddbb;
    --main-dark: #2a4922;
    --accent: #988b76;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.main-slider .slide-text h1 {
    font-size: 50px!important;
    line-height: 64px!important;
}
.single-product-box:hover .product-box-content {
    background: #000!important;
}