@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon.eot?9d74pl');
  src:  url('../webfonts/icomoon.eot?9d74pl#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon.ttf?9d74pl') format('truetype'),
    url('../webfonts/icomoon.woff?9d74pl') format('woff'),
    url('../webfonts/icomoon.svg?9d74pl#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-phone:before {
  content: "\e905";
}
.icon-times:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e901";
}
.icon-angle-right:before {
  content: "\e902";
}
.icon-angle-up:before {
  content: "\e903";
}
.icon-envelope:before {
  content: "\e904";
}
.icon-cookie:before {
  content: "\e906";
}
.icon-info:before {
  content: "\e907";
  color: #007864;
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-location-dot:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-quote-left:before {
  content: "\e90b";
}
.icon-warning:before {
  content: "\e90c";
}
