/*!
 * Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */


@font-face {
  font-family: FontAwesome;
  src: url(assets/fa-regular-400.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  
}

@font-face {
  font-family: FontAwesomeBrand;
  src: url(assets/fa-brands-400.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   
.fa-brands,
.fa-classic.fa-brands,
.fab {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesomeBrand;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===============================
   Facebook
================================= */

.fa-facebook-f::before {
	content: "\f39e";
	font-style: normal;
	font-weight: 400;
}

/* ===============================
   Instagram
================================= */

.fa-instagram::before {
        content: "\f16d";
  	font-style: normal;
  	font-weight: 400;
}

/* ===============================
   LinkedIn
================================= */

.fa-linkedin-in::before {
        content: "\f0e1";
  	font-style: normal;
  	font-weight: 400;
}

/* ===============================
   X / Twitter
================================= */

.fa-x-twitter::before {
        content: "\e61b";
        font-style: normal;
        font-weight: 400;
}

/* ===============================
   YouTube
================================= */

.fa-youtube::before {
        content: "\f167";
  	font-style: normal;
  	font-weight: 400;
}
