/* Force Font Awesome font for all icons */
.fa, .fas, .fab {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}
.fa,
.fas,
.fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    min-width: 1em;
}

.fa::before,
.fas::before,
.fab::before {
    display: inline-block;
}

.fa-bars::before { content: "\2630"; }
.fa-home::before { content: "\2302"; }
.fa-om::before { content: "\0950"; }
.fa-book-open::before { content: "\1F4D6"; }
.fa-hands-praying::before { content: "\1F64F"; }
.fa-scroll::before { content: "\1F4DC"; }
.fa-music::before { content: "\266A"; }
.fa-shield-alt::before { content: "\1F6E1"; }
.fa-google-play::before { content: "\25B6"; }
.fa-heart::before { content: "\2665"; color: #e74c3c; }

.menu-toggle .fas,
.nav-links .fas,
.nav-links .fab,
.download-btn .fas,
.modal-share-btn .fas,
.footer-cta .fab,
.footer-copyright .fas,
.action-btn .fas {
    font-size: 1em;
}