/*
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 *
 * SPDX-FileCopyrightText: 2023 Fonticons, Inc.
 *
 * SPDX-License-Identifier: OFL-1.0
 */

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

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -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; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-close::before {
  content: "\f00d"; }

.fa-comment::before {
  content: "\f075"; }

.fa-info::before {
  content: "\f129"; }

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

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

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