body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #632999;
    --main-light: #ff2e71;
    --main-dark: #ff7f3d;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.logo img, .navbar-sticky .logo img {
    max-width: 200px;
}
footer span {
    color: #000!important;
}
.navbar-part1.navbar-part9 {
    background: #e9d2ff!important;
}
.page-path {
    background: #fff!important;
}
.left-side {
    background-repeat: no-repeat!important;
}