/* Make icons visible once icon class CSS is loaded */
.fa::before, .fas::before, .far::before, .fad::before, .fab::before,
.fa-solid::before, .fa-regular::before, .fa-duotone::before, .fa-brands::before,
.mdi::before {
    visibility: visible !important;
}
