/*!
 * Font Awesome Brands Only - Local Version
 * Privacy-friendly local Font Awesome implementation
 */

/* Font Awesome Brands */
@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("./fonts/fa-brands.woff2") format("woff2");
}

/* Base Font Awesome Classes */
.fa, .fa-brands, .fab {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Social Media Icons Used on the Website */
.fa-instagram:before { content: "\f16d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-youtube:before { content: "\f167"; }
.fa-spotify:before { content: "\f1bc"; }

/* Icon Sizes */
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Additional Brand Icons (if needed) */
.fa-twitter:before { content: "\f099"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-github:before { content: "\f09b"; }
.fa-google:before { content: "\f1a0"; }
.fa-apple:before { content: "\f179"; }
.fa-windows:before { content: "\f17a"; }
.fa-android:before { content: "\f17b"; }
.fa-linux:before { content: "\f17c"; }
