/* Font Awesome 5.15.3 (Free, SIL OFL 1.1 / MIT) -- subset.
   Only the 25 solid icons this site actually renders are included, so the
   font drops from 76 KB to a few KB and the cdnjs origin goes away. */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-solid-900-subset.woff2") format("woff2");
}
.fa, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-spin { animation: fa-spin 2s infinite linear; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-car:before { content: "\f1b9"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-clock:before { content: "\f017"; }
.fa-download:before { content: "\f019"; }
.fa-euro-sign:before { content: "\f153"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-file-signature:before { content: "\f573"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-landmark:before { content: "\f66f"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-lock:before { content: "\f023"; }
.fa-search:before { content: "\f002"; }
.fa-spinner:before { content: "\f110"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-times-circle:before { content: "\f057"; }
.fa-trash:before { content: "\f1f8"; }
.fa-truck:before { content: "\f0d1"; }
.fa-university:before { content: "\f19c"; }
