@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?mu5kub');
  src:  url('fonts/icomoon.eot?mu5kub#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?mu5kub') format('truetype'),
    url('fonts/icomoon.woff?mu5kub') format('woff'),
    url('fonts/icomoon.svg?mu5kub#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-linkedin:before {
  content: "\e900";
  color: #0077b5;
}
.icon-pinterest:before {
  content: "\e901";
  color: #bd081c;
}
.icon-instagram:before {
  content: "\e902";
  color: #e4405f;
}
.icon-twitter:before {
  content: "\e903";
  color: #1da1f2;
}
.icon-facebook:before {
  content: "\e904";
  color: #1877f2;
}
.icon-menu:before {
  content: "\e908";
}
.icon-photo_camera_back:before {
  content: "\e905";
}
.icon-quote-left:before {
  content: "\e90a";
}
.icon-list:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
