/* --- Colors --- */

:root {
    --main: #ec6a87;
    --main-light: #ffcb00;
    --main-dark: #1c1c1c;
    --cookie: #222;
    --link-footer: #c9cbcf;
    --bg-banner: linear-gradient(96.26deg, #ec5f7e 0%, #dbe0de 101.22%);
    --bs-link-color-rgb: white;
    --bs-link-hover-color-rgb: var(--main) !important;
}
.hero-text p {
    color: #000!important;
}