@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/font-awesome/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/font-awesome/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/font-awesome/fa-solid-900.woff2") format("woff2");
}

.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-credit-card:before {
  content: "\f09d";
}
