.fa-thumbtack:before {
  content: "\f08d";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-heart:before {
  content: "\f004";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-user:before {
  content: "\f007";
}

/* Pro regular glyphs missing from free FAR — render as solid */
.far.fa-thumbtack,
.far.fa-shopping-cart,
.far.fa-wallet,
.far.fa-sign-out-alt,
.far.fa-tags {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
}

.ni-menu:before {
  content: "\eaec";
}

/* FA Pro stars — free font falls back to star glyph */
.fa-stars:before {
  content: "\f005";
}

.fas.fa-stars {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa-external-link:before {
  content: "\f08e";
}

.far.fa-external-link {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
}

.ni-trash:before {
  content: "\ec08";
}

.ni-downward-ios:before {
  content: "\ea23";
}

.ni-check:before {
  content: "\e9be";
}

.ni-cross:before {
  content: "\ea06";
}

.ni-curve-left-up:before {
  content: "\ea0e";
}

.ni-cross-circle:before {
  content: "\ea05";
}

.ni-alert-circle:before {
  content: "\e90d";
}
