body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #c29958;
    --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: ;*/
}
#section-02 .text-primary,#section-04 .text-primary, #section-05 .text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 0 0);
}
.btn-primary {
    border: 1px solid #000;
    background: #000;
}
.btn-primary:hover {
    background: #7ab2b2;
    border: 1px solid #7ab2b2;
}
.btn:hover {
    background-color: #7ab2b2;
}
#about_introduction h2 {
    color: #7ab2b2!important;
}