body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #ac9882;
    --main-light: #eecd98;
    --main-dark: #6c553b;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.banner_thumb::before {
    border: 1px solid #000!important;
}
.logo-footer {
    max-width: 190px;
}
.footer_top {
    background: #bdaa96;
}
.footer_menu ul li a:hover {
    color: #fff;
}
.btn-sqr:hover {
    background: var(--main-dark)!important;
}