:root {
    --main-color: #fff
}

.fa {
    color: var(--main-color) !important;
}