.fa {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.fa-plus::before,
.fa-search-plus::before {
  content: "+";
}

.fa-link::before {
  content: "#";
}

.fa-check::before {
  content: "\2713";
}

.fa-chevron-down::before {
  content: "v";
}
