/* Roboto Condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Font Awesome 4 */
@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fa { font-family: 'FontAwesome' !important; }

/* Font Awesome 7 Free */
@font-face {
    font-family: 'Font Awesome 7 Brands';
    src: url('webfonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 7 Solid';
    src: url('webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 7 Regular';
    src: url('webfonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.fab { font-family: 'Font Awesome 7 Brands' !important; }
.fas { font-family: 'Font Awesome 7 Solid' !important; }
.far { font-family: 'Font Awesome 7 Regular' !important; }

/* TikTok icon (FA7 Brand) */
.tiktok-icon::before {
    font-family: 'Font Awesome 7 Brands' !important;
    content: "\f165"; /* FA7 TikTok Unicode */
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------
   Font Awesome 7 Free Brands - Social Icons
---------------------------- */

/* General social icon class */
.social-icon::before {
    font-family: 'Font Awesome 7 Brands' !important;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Specific social platforms */
.facebook-icon::before { content: "\f09a"; }   /* Facebook */
.instagram-icon::before { content: "\f16d"; }  /* Instagram */
.twitter-icon::before { content: "\f099"; }    /* Twitter */
.linkedin-icon::before { content: "\f0e1"; }   /* LinkedIn */
.youtube-icon::before { content: "\f167"; }    /* YouTube */
.whatsapp-icon::before { content: "\f232"; }   /* WhatsApp */
.tiktok-icon::before { content: "\f165"; }     /* TikTok */
.pinterest-icon::before { content: "\f0d2"; }  /* Pinterest */
.snapchat-icon::before { content: "\f2ac"; }   /* Snapchat */
