.fa,
.fas {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900)
}

.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

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

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

/* @font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
} */

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

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-circle-xmark:before {
  content: "\f057"
}

.fa-square-xmark:before {
  content: "\f2d3"
}

.fa-xmark:before {
  content: "\f00d"
}

.fa-arrow-up:before {
  content: "\f062"
}