body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #ffcd57;
    --main-light: #ff7947;
    --main-dark: #6cb7bb;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;#cee2e3
    /*--footer-bg-color: ;*/
}

.footer-area {
    background: #cee2e3 none repeat scroll 0 0;
}
.heading-banner-area {
    background: rgba(0,0,0,0) url('/storage/d35a976c-8ca0-4c33-aa26-ebb6536435a8/bg-heading.jpg') no-repeat scroll center center/cover;
}