/*!
 * Minimal FontAwesome CSS - Generated by minimize.py
 * Contains only the icons specified in the spec file
 */

/* CSS Variables */
:root, :host {
  --fa-family-combined: "Font Awesome 7 Combined";
  --fa-font: normal 400 1em/1 var(--fa-family-combined);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, inherit));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
  content: var(--fa);
  content: var(--fa)/"";
}

@font-face {
  font-family: "Font Awesome 7 Combined";
  font-style: normal;
  font-weight: 400 900;
  font-display: block;
  src: url("/static/fa/icons.woff2");
}

/* Brand icon family */
.fab, .fa-brands {
  --fa-family: var(--fa-family-combined);
}

/* Solid icon family */
.fas, .fa-solid {
  --fa-family: var(--fa-family-combined);
  --fa-style: 900;
}

/* Individual icon definitions */
/* Brands icons */
.fa-bluesky {
  --fa: "\e671";
}
.fa-github {
  --fa: "\f09b";
}
.fa-hacker-news {
  --fa: "\f1d4";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-linkedin {
  --fa: "\f08c";
}

/* Solid icons */
.fa-circle-info {
  --fa: "\f05a";
}
.fa-house {
  --fa: "\f015";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
}
.fa-users {
  --fa: "\f0c0";
}
