/*!
 * Subset of Font Awesome Free 7.0.0 (https://fontawesome.com)
 * License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT)
 * Contains only the fa-solid icons actually used on this site:
 * fa-arrow-left, fa-arrow-right, fa-magnifying-glass, fa-times, fa-xmark
 */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fontawesome-free-7.0.0/webfonts/fa-solid-900.woff2");
}

.fa-solid {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: 1.25em;
}

.fa-solid::before {
  content: var(--fa);
  content: var(--fa)/"";
}

.fa-magnifying-glass { --fa: "\f002"; }
.fa-xmark,
.fa-times { --fa: "\f00d"; }
.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
