/*!
 * Font Awesome 7 solid subset — icons used on front list/detail pages only.
 * Source: @fortawesome/fontawesome-free (MIT / SIL OFL)
 */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

.fas,
.fa-solid {
  --fa-family: "Font Awesome 7 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: var(--fa-family);
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fa-solid::before {
  content: var(--fa);
}

.fa-search {
  --fa: "\f002";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-align-left {
  --fa: "\f036";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-chevron-up {
  --fa: "\f077";
}
.fa-folder-tree {
  --fa: "\f802";
}
.fa-database {
  --fa: "\f1c0";
}
.fa-note-sticky,
.fa-sticky-note {
  --fa: "\f249";
}
.fa-inbox {
  --fa: "\f01c";
}
.fa-chart-line,
.fa-line-chart {
  --fa: "\f201";
}
.fa-yen-sign,
.fa-yen {
  --fa: "\f157";
}
.fa-user {
  --fa: "\f007";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-images {
  --fa: "\f302";
}
.fa-image {
  --fa: "\f03e";
}
.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa: "\f00e";
}
.fa-check {
  --fa: "\f00c";
}
.fa-xmark,
.fa-close {
  --fa: "\f00d";
}
