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

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

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

.fa,
.fal,
.far,
.fas,
.fa-light,
.fa-regular,
.fa-solid {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.fa-times::before,
.fa-close::before,
.fa-remove::before,
.fa-xmark::before {
  content: "\f00d";
}

.fa-long-arrow-right::before,
.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-list::before,
.fa-list-squares::before {
  content: "\f03a";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-check::before {
  content: "\f00c";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-play::before {
  content: "\f04b";
}

.fa-star::before {
  content: "\f005";
}

.fa-long-arrow-left::before,
.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-calendar-alt::before,
.fa-calendar-days::before {
  content: "\f073";
}

.fa-stars::before {
  content: "\f762";
}
