@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?mw5tub");
  src: url("fonts/icomoon.eot?mw5tub#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?mw5tub") format("truetype"),
    url("fonts/icomoon.woff?mw5tub") format("woff"),
    url("fonts/icomoon.svg?mw5tub#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 */
  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-file:before {
  content: "\e900";
  color: #000;
}
.icon-list:before {
  content: "\e901";
  color: #000;
}
.icon-print:before {
  content: "\e902";
  color: #000;
}
.icon-share:before {
  content: "\e903";
  color: #000;
}
.icon-linkedin-square:before {
  content: "\e904";
  color: #000;
}
.icon-arrow-up:before {
  content: "\e905";
  color: #000;
}

.icon-arrow-right:before {
  content: "\e906";
  color: #000;
}

.icon-instagram:before {
  content: "\e907";
  color: #000;
}
.icon-linkedin:before {
  content: "\e908";
  color: #000;
}
.icon-facebook:before {
  content: "\e909";
  color: #000;
}
.icon-chevron-right:before {
  content: "\e90a";
  color: #000;
}
