/*!
 * Font Awesome 7 - Override font sources to use local webfonts/fontawesome-7/
 */

/* Brands */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fontawesome-7/fa-brands-400.woff2) format("woff2");
}

/* Regular */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fontawesome-7/fa-regular-400.woff2) format("woff2");
}

/* Solid */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fontawesome-7/fa-solid-900.woff2) format("woff2");
}

/* V4 Compatibility Shim */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fontawesome-7/fa-v4compatibility.woff2) format("woff2");
}

/* =============================================
   FA6/7 class names compatibility
   ============================================= */

/* Base styles for FA6+ prefix classes */
.fa-solid,
.fa-regular,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Solid icons: fa-solid */
.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Regular icons: fa-regular */
.fa-regular {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* Brand icons: fa-brands */
.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
