body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #e41889;
    --main-rgb: 228, 24, 137;
    --main-light: #ee7caa;
    --main-dark: #af0e68;
    --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;
    --bg-slider: #fff!important;
    --bs-section-color-2: #fff!important;

    /*--footer-bg-color: ;*/
}
.container-footer {
    background: #fff!important;
}

footer .footer-widget-title img {
    max-width: 200px!important;
}
.hero {
    padding-top: 11rem;
}
header .light-mode-img, header .sticky .has-sticky-logo .sticky-logo {
    width: 149px !important;
    height: auto !important;
}
.image-box-1 {
    background: #eeacc6!important;
}
footer {
    background: #000!important;
}