@font-face {
  font-family: 'fa';
  src: url("fonts/fa.d3d05bd302d5.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-heart:before {
  content: "\f004";
}
.fa-search:before {
  content: "\f002";
}
.fa-heart-fill:before {
  content: "\f005";
}
.fa-user:before {
  content: "\f007";
}
.fa-times:before {
  content: "\f00d";
}
.fa-home:before {
  content: "\f015";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-cookie-bite:before {
  content: "\f564";
}
