/* --- Colors --- */

:root {
    --main: #d98e8b;
    --main-light: #e9bab8;
    --main-dark: #3C3836;

    --primary-color: #3C3836;
    --secondary-color: #d98e8b;
    --hover-color: #ED1D24;
    --yellow-color: #FF9800;
    --foreground-color: #000000;
    --foreground-sub-color: #98928E;
    --border-color: #EDEDED;
    --bg-offwhite-color: #efd7d5;
}

#cookie-bar {
    background-color: var(--main-light)!important;
}
.slide1 {
    background-position: bottom!important;
}
.slide2, .slide3 {
    background-position: center!important;
}
.counterup__banner--section {
    margin-top: 2rem;
}