/*!
 * Font Awesome subset for hilbertbloom — only the icons actually used in
 * the marketing site. Replaces the upstream pair (fontawesome.css 144KB +
 * sharp-regular.css) which shipped ~5000 icon mappings for the 6 glyphs we
 * render (FiveVerbs §4 + Founders §6 outbound link), all below the fold and
 * aria-hidden decoration. Codepoints lifted verbatim from
 * `fa-selfhost-kit/css/fontawesome.css` (FA Pro 7.2.0). Add another rule
 * here when introducing a new icon; remove its rule when retiring one.
 *
 * font-display: swap (vs upstream `block`) — Lighthouse penalises `block`
 * (~340ms FCP savings on mobile per the audit). A tofu flash before the
 * woff2 loads is acceptable since these are below-the-fold decorations.
 */
@font-face {
  font-family: "Font Awesome 7 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-sharp-regular-400.woff2") format("woff2");
}

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

.fa-sharp::before { content: var(--fa); }

.fa-grid-2                     { --fa: "\e196"; }
.fa-arrow-progress             { --fa: "\e5df"; }
.fa-asterisk                   { --fa: "\2a"; }
.fa-chart-column               { --fa: "\e0e3"; }
.fa-arrows-rotate              { --fa: "\f021"; }
.fa-arrow-up-right-from-square { --fa: "\f08e"; }
