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

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

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

.fal {
  font-weight: 300;
}

.fas {
  font-weight: 900;
}

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

.fa-chevron-down::before {
  content: "\f078";
}
