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

[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;
}

.pswp--zoomed-in .icon-zoom-in:before, .icon-zoom-out:before {
  content: "\e900";
}
.icon-zoom-in:before {
  content: "\e901";
}
.icon-thumbnail:before {
  content: "\e902";
}
.icon-share:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-pdf:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-home:before {
  content: "\e908";
}
.icon-file-two-pages:before {
  content: "\e909";
}
.icon-file-one-page:before {
  content: "\e90a";
}
.icon-file-download:before {
  content: "\e90b";
}
.icon-file-add:before {
  content: "\e90c";
}
.icon-arrow-up:before {
  content: "\e90d";
}
.icon-arrow-right:before {
  content: "\e90e";
}
.icon-arrow-left:before {
  content: "\e90f";
}
.icon-arrow-down:before {
  content: "\e910";
}

