body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #86925a;
    --main-light: #a1985e;
    --main-dark: #4e5438;
    --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: ;*/
}
.navbar-brand img, .logo-footer {
    width: 200px;
}
.footer-info-widget .bio-info p, .footer-info-widget .contact-info p, .footer-info-widget .copyright-info p {
    color: #595858!important;
}