body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #f4e74c;
    --main-light: #ff75bc;
    --main-dark: #473433;
    --accent: #354C57;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.footer-style-two {
    background-color: #e5c2d4!important;
}
.user-links li a, .main-footer .contact-list li a, .main-footer .contact-list li, .feature-block .text {
    color: #fff!important
}
#cookie-bar .text-center.text-md-left {
    font-weight: 500;
}
.about-section .image-2 img {
    display: none!important;
}
.gallery-item-two .overlay-box {
    background: rgb(2 18 98 / 69%);
}