/* --- Colors --- */

:root {
    --main: #c83c5c;
    --main-light: #ececec;
    --main-dark: #000;
    --nav-hover:rgba(0, 0, 0, 0.7);
}
.btn-primary:hover {
    background-color: var(--main-dark);
    border-color: var(--main-dark);
}
#cookie-bar .text-dark {
    color: #fff!important;
}