/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*
 * Only .woff2 is shipped, so only .woff2 is declared.
 *
 * Upstream Font Awesome lists a five-format fallback chain (eot, woff2, woff,
 * ttf, svg) for IE8-era browsers. We vendored just the .woff2 — every browser
 * that can run this React 18 bundle supports it — but left the chain intact,
 * which meant the CSS advertised four files that were never committed.
 *
 * That is worse here than a plain 404, because render.yaml rewrites /* to
 * /index.html for the SPA. A request for the missing fa-solid-900.woff came
 * back as HTTP 200 with the 99 KB index.html body and content-type text/html —
 * so the browser downloaded the whole homepage, tried to parse it as a font,
 * and discarded it. Harmless to the rendered result (the .woff2 earlier in the
 * chain had already won) but it burned ~300 KB of bandwidth per visit across
 * the three missing formats and filled the console with font-parse errors.
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
