/*!
 * Font Awesome Pro by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
// @font-face {
//   font-family: "FontAwesome5Brands";
//   font-style: normal;
//   font-weight: normal;font-display:swap;
//   src: url(../fonts/fa5/webfonts/fa-brands-400.eot);
//   src: url(../fonts/fa5/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa5/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa5/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/fa5/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa5/webfonts/fa-brands-400.svg#fontawesome) format("svg");
// }
@font-face {
  font-family: "FontAwesome5Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff");
}

.fab {
  font-family: "FontAwesome5Brands";font-weight:400;
  &:before {
    font-family: FontAwesome5Brands;
  }
}

/*!
 * Font Awesome Pro by @fontawesome - https://fontawesome.com
 */
@font-face {
  font-family: "FontAwesome5";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(../webfonts/fa-light-300.woff2) format("woff2"), url(../webfonts/fa-light-300.woff) format("woff");
}

.fal {
  font-weight: 300;
  font-family: "FontAwesome5";
}

/*!
 * Font Awesome Pro by @fontawesome - https://fontawesome.com
 */
@font-face {
  font-family: "FontAwesome5";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff");
}

.far {
  font-family: "FontAwesome5";
  font-weight: 400;
}

/*!
 * Font Awesome Pro by @fontawesome - https://fontawesome.com
 */
@font-face {
  font-family: "FontAwesome5";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff");
}

.fa, .fas {
  font-family: "FontAwesome5";
  font-weight: 900;
}

.fa:before, .fal:before, .far:before, .fas:before {
  font-family: FontAwesome5;
}
