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

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

.icon-arrow_l:before {
  content: "\e900";
}
.icon-arrow_r:before {
  content: "\e901";
}
.icon-arrow:before {
  content: "\e902";
}
.icon-behance:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-intagram:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
