@font-face {
  font-family: 'fa-icon';
  src:
    url('fonts/fa-icon.ttf?6j5y1v') format('truetype'),
    url('fonts/fa-icon.woff?6j5y1v') format('woff'),
    url('fonts/fa-icon.svg?6j5y1v#fa-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa-icon' !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;

  display: inline-block;
}

.fa-icon-heart:before {
  content: "\f004";
}
.fa-icon-star:before {
  content: "\f005";
}
.fa-icon-star-half:before {
  content: "\f089";
}
.fa-icon-envelope:before {
  content: "\f0e0";
}
.fa-icon-twitter:before {
  content: "\f099";
}
.fa-icon-linkedin-in:before {
  content: "\f0e1";
}
.fa-icon-youtube:before {
  content: "\f167";
  font-size: 1.35em;
  margin-bottom: -0.075em;
}
.fa-icon-instagram:before {
  content: "\f16d";
  font-size: 1.35em;
  margin-right: -0.075em;
  margin-bottom: -0.075em;
}
.fa-icon-pinterest-p:before {
  content: "\f231";
}
.fa-icon-get-pocket:before {
  content: "\f265";
}
.fa-icon-vimeo-v:before {
  content: "\f27d";
}
.fa-icon-facebook-f:before {
  content: "\f39e";
}
