@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?ioqxry');
  src:  url('../fonts/icomoon/icomoon.eot?ioqxry#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?ioqxry') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?ioqxry') format('woff'),
    url('../fonts/icomoon/icomoon.svg?ioqxry#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change ../fonts/icomoon */
  font-family: 'icomoon' !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;
}

.icon-mail:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e900";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-pinterest:before {
  content: "\e904";
}
.icon-insta:before {
  content: "\e905";
}
