/* Font Awesome 4 glyph font for the Hill Happens build. The FA class rules ship via
 * src/index.css, but its @font-face was extracted to the CN vendor-fonts bundle (loaded only
 * by the main index.html). Without this declaration the `fa fa-*` icons render blank in the
 * partner shell, so we ship the FA webfont on its own here. */
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("./fontawesome-4.7.0-2adefcbc041e.woff2") format("woff2");
}
