@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?ga92ii');
  src:  url('icomoon.eot?ga92ii#iefix') format('embedded-opentype'),
    url('icomoon.ttf?ga92ii') format('truetype'),
    url('icomoon.woff?ga92ii') format('woff'),
    url('icomoon.svg?ga92ii#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-envelope:before {
  content: "\e900";
}
.fa-facebook-f:before {
  content: "\e906";
}
.fa-facebook-square:before {
  content: "\e901";
}
.fa-instagram:before {
  content: "\e902";
}
.fa-line:before {
  content: "\e903";
}
.fa-twitter:before {
  content: "\e905";
}
.fa-twitter-square:before {
  content: "\e904";
}
