/*!
 * Font Awesome Pro 6 - Minimal subset
 * Only includes: fa-volume-high, fa-volume-xmark, fa-angle-left, fa-angle-right
 */

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"),
       url(../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/fa-light-300.woff2) format("woff2"),
       url(../fonts/fa-light-300.ttf) format("truetype");
}

.fa,
.fa-solid,
.fa-light,
.fas,
.fal {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
}

.fa {
  font-weight: 900;
}

.fa-solid,
.fas {
  font-weight: 900;
}

.fa-light,
.fal {
  font-weight: 300;
}

.fa-volume-high::before,
.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-mute::before,
.fa-volume-times::before,
.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}
