body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #89ae2a;
    --main-light: #c3db84;
    --main-dark: #000000;
    --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;
    --bs-section-color-2: #fff;
    --bs-btn-hover-bg: #89ae2a!important;
    --bs-btn-hover-border-color: #89ae2a!important;

    /*--footer-bg-color: ;*/
}
.hero-header-03 {
    height: 100vh;
}
.hero-header-03 img {
    height: 100vh !important;
}
header .light-mode-img, header .sticky .has-sticky-logo .sticky-logo {
    width: 150px!important;
}
.image-box-1 {
    background: #cbc9c9!important;
}
.img-rotating {
    filter: brightness(0.1);
}
.footer {
    background: #000000!important;
}