@font-face {
  font-family: 'icomoon';
  src:  url("");
  src:  url("") format('embedded-opentype'),
    url("icomoon.ttf") format('truetype'),
    url("icomoon.woff") format('woff'),
    url("") 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 */
  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;
}

.icon-icone_email:before {
  content: "\e900";
}
.icon-icone_facebook:before {
  content: "\e903";
}
.icon-icone_messenger:before {
  content: "\e905";
}
.icon-icone_twitter:before {
  content: "\e906";
}
.icon-exit:before {
  content: "\e904";
}
.icon-full-screen:before {
  content: "\1f323";
}
.icon-print:before {
  content: "\e901";
}
.icon-share:before {
  content: "\e902";
}
