/* --- Colors --- */

:root {
    --main: #7db09c;
    --main-light: #add3c4;
    --main-dark: #3e4d5d;
    --nav-hover:rgba(0, 0, 0, 0.7);
}
.logo-footer {
    width: 200px;
}
#cookie-bar .text-dark {
    color: #fff!important;
}