@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?km4rxm');
  src:  url('fonts/icomoon.eot?km4rxm#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?km4rxm') format('truetype'),
    url('fonts/icomoon.woff?km4rxm') format('woff'),
    url('fonts/icomoon.svg?km4rxm#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-dl:before {
  content: "\e90c";
}
.icon-down-rec:before {
  content: "\e907";
  color: #f36e30;
}
.icon-quote-close:before {
  content: "\e90a";
  color: #004e6e;
}
.icon-quote-open:before {
  content: "\e90b";
  color: #004e6e;
}
.icon-instagram:before {
  content: "\e909";
}
.icon-link:before {
  content: "\e900";
}
.icon-web:before {
  content: "\e901";
}
.icon-triangle:before {
  content: "\e902";
  color: #d04448;
}
.icon-facebook:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-download:before {
  content: "\e908";
}
