/* --- Colors --- */

:root {
    --main: #e4a28b;
    --main-light: #ffd6c8;
    --main-dark: #c2897a;

    --primary-color: #3C3836;
    --secondary-color: #e4a28b;
    --hover-color: #ED1D24;
    --yellow-color: #FF9800;
    --foreground-color: #000000;
    --foreground-sub-color: #98928E;

}

.main__logo--img, .footer__logo--img {
    width: 220px!important;
}
#cookie-bar {
    background-color: var(--main-light)!important;
}
.breadcrumb__bg, .counterup__banner__bg2 {
    background: var(--main-light)!important;
}
.counterup__banner__bg2 {
    margin-top: 2rem!important;
}