@font-face {
  font-family: 'omg';
  src:  url('fonts/omg.eot?e7kh53');
  src:  url('fonts/omg.eot?e7kh53#iefix') format('embedded-opentype'),
    url('fonts/omg.ttf?e7kh53') format('truetype'),
    url('fonts/omg.woff?e7kh53') format('woff'),
    url('fonts/omg.svg?e7kh53#omg') 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: 'omg' !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-check-circle:before {
  content: "\e905";
}
.fa-times-circle:before {
  content: "\e903";
}
.fa-paper-plane:before {
  content: "\e904";
}
.fa-send:before {
  content: "\e904";
}
.fa-chevron-right:before {
  content: "\e901";
}
.fa-chevron-left:before {
  content: "\e902";
}
.fa-envelope:before {
  content: "\e900";
}
.fa-amazon:before {
  content: "\ea87";
}
.fa-facebook:before {
  content: "\ea90";
}
.fa-instagram:before {
  content: "\ea92";
}
.fa-twitter:before {
  content: "\ea96";
}
