/**
 * Pro webfont files are not bundled (ThemeForest license).
 * Alias Pro/Sharp font-family weights to Font Awesome Free webfonts
 * so fa-light, fa-thin, fal, and fa-sharp icons render instead of blank squares.
 */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/assets/webfonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/webfonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/webfonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/webfonts/fa-solid-900.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/webfonts/fa-solid-900.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/webfonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/webfonts/fa-solid-900.woff2) format("woff2");
}

.fal {
  --fa-family: "Font Awesome 7 Pro";
  --fa-style: 300;
}
