/* --- Colors --- */
:root {
    --main: #9ca3af;
    --main-light: #f7e7e8;
    --main-light2: #f7f5f4;
    --main-opacity: rgba(242, 100, 96, 0.5);

    --main-secondary: #111;
    --main-secondary-dark: #444;
    --main-secondary-hover: #555;

    --body-color: #111;
    --body-dark: #161616;
    --body-light: #787878;

    --cta-green: #18992c;
    --cta-green-light: #f2fff4;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f5f5f5;
}
#funler-toggle {
  background: var(--main) !important;
}
#funler-invitation .invitation-bubble {
  background: var(--main) !important;
}
#start-form .btn.btn-primary.btn-block {
  background: var(--main)!important;
}
.hero-modern p {
  color: #000!important;
}

.categories-image {
    box-shadow: none!important;
}
 .category-all:hover {
     background-color: var(--main)!important;
 }