/* --- Colors --- */

:root {
    --main: #ee6c4d;
    --main-light: #e99f8d;
    --main-dark: #c85337;
    --cookie: #222;
    --link-footer: #c9cbcf;
    --bg-banner: linear-gradient(96.26deg, #70C0B5 0%, #81BE9F 101.22%);
    --bs-link-color-rgb: white;
    --bs-link-hover-color-rgb: var(--main)!important;
}

@media (max-width: 991px) {
    .logo img {
        max-width: 100px!important;
    }
}