/* Font Awesome - Minimal version for this project */
.fab,.fas{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1;
}
.fab{font-family:"Font Awesome 5 Brands"}

/* Icons */
.fa-facebook-f:before{content:"\f39e"}
.fa-twitter:before{content:"\f099"}
.fa-instagram:before{content:"\f16d"}
.fa-youtube:before{content:"\f167"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-phone:before{content:"\f095"}
.fa-envelope:before{content:"\f0e0"}

/* Fallback symbols */
.fab:before,.fas:before{
    font-family:Arial,sans-serif;
    font-weight:normal;
}
.fa-facebook-f:before{content:"📱"}
.fa-twitter:before{content:"🐦"}
.fa-instagram:before{content:"📷"}
.fa-youtube:before{content:"▶️"}
.fa-map-marker-alt:before{content:"📍"}
.fa-phone:before{content:"📞"}
.fa-envelope:before{content:"✉️"}