/* Font Awesome Free 7.3.1 — self-hosted subset for FlashDrop
 * Icons: download, wifi, lock, shield-halved, clock, mobile-screen, bolt,
 *        plane, calendar-check, briefcase, users, arrow-left,
 *        apple, google-play (brands)
 * License: https://fontawesome.com/license/free
 *   Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT
 */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url("/static/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/static/webfonts/fa-brands-400.woff2") format("woff2");
}
.fa,
.fa-solid,
.fas,
.fa-brands,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa,
.fa-solid,
.fas {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}
.fa-brands,
.fab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.fa::before,
.fa-solid::before,
.fas::before,
.fa-brands::before,
.fab::before {
  content: var(--fa);
}
.fa-download { --fa: "\f019"; }
.fa-wifi { --fa: "\f1eb"; }
.fa-lock { --fa: "\f023"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-clock { --fa: "\f017"; }
.fa-mobile-screen { --fa: "\f3cf"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-plane { --fa: "\f072"; }
.fa-calendar-check { --fa: "\f274"; }
.fa-briefcase { --fa: "\f0b1"; }
.fa-users { --fa: "\f0c0"; }
.fa-arrow-left { --fa: "\f060"; }
.fa-apple { --fa: "\f179"; }
.fa-google-play { --fa: "\f3ab"; }
