/*!
 * Font Awesome 6.5.1 Sharp - Custom extension
 * Sharp icons support for Pro version
 */

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

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

/* Sharp Light */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../webfonts/fa-sharp-light-300.woff2) format("woff2");
}

/* Sharp Thin */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(../webfonts/fa-sharp-thin-100.woff2) format("woff2");
}

/* Duotone */
@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-duotone-900.woff2) format("woff2");
}

/* Light */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../webfonts/fa-light-300.woff2) format("woff2");
}

/* Thin */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(../webfonts/fa-thin-100.woff2) format("woff2");
}

/* Sharp class definitions */
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp.fa-solid,
.fass {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
}

.fa-sharp.fa-regular,
.fasr {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
}

.fa-sharp.fa-light,
.fasl {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
}

.fa-sharp.fa-thin,
.fast {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 100;
}

/* Duotone class */
.fa-duotone,
.fad {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
}

/* Light class */
.fa-light,
.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* Thin class */
.fa-thin,
.fat {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}
