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