.tg-header__area {
    background: var(--tg-common-color-black);
}

.featured-bg {
    background: var(--tg-common-color-green);
}

.slider__content .text-inverse {
    color: var(--tg-common-color-white);
}

.slider__content .text-accent li {
    color: var(--tg-common-color-gray-2);
}

.slider__content .text-accent li i {
    color: var(--tg-common-color-yellow);
}

.quick__action-content .text-inverse {
    color: var(--tg-common-color-white);
}

/* Replace the Font Awesome bird with the X Unicode symbol */
.fab.fa-twitter::before {
    content: "\e61b"; /* If using a hybrid v6 kit */
    /* OR use the literal character if stuck entirely on v5: *-/
    content: "??";
    font-family: inherit; /* Prevents the broken icon box */
}
