body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #e29578;
    --main-light: #ffddd2;
    --main-dark: #25231a;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --icons: #c68d7f;
    --bg-category: #011826;
    --btn-main: #25231a;
    --btn-main-hover: #c68d7f;

    /*--footer-bg-color: ;*/
}
.bg-gray-8 {
    background-color: #fff0e3;
}
.footer-bottom {
    background-color: #fff0e3;
}
.deal-area {
    background-size: contain;
    background-repeat: no-repeat;
}
.logo a img {
    width: 150px!important;
}