body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #f1bbbb;
    --main-light: #eecd98;
    --main-dark: #7e643b;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --icons: #ff2f2f;
    --bg-category: #011826;
    --btn-main: #000000;
    --btn-main-hover: #ff2f2f;

    /*--footer-bg-color: ;*/
}
header .light-mode-img {
    width: 145px!important;
}
.bg-primary {
    background-color: rgb(120 0 0) !important;
}
.btn-primary {
    background-color: rgb(120 0 0) !important;
    border: 1px solid rgb(120 0 0) !important;
}
.benefit-wrapper .icon {
    filter: invert(1)!important;
}
.btn:hover {
    background-color: rgb(120 0 0) !important;
    border-color: rgb(120 0 0) !important;
    color: #fff!important;
}