@font-face {
  font-family: 'Custom-Icons-2';
  src:  url('fonts/Custom-Icons-2.eot?9vim1b');
  src:  url('fonts/Custom-Icons-2.eot?9vim1b#iefix') format('embedded-opentype'),
    url('fonts/Custom-Icons-2.ttf?9vim1b') format('truetype'),
    url('fonts/Custom-Icons-2.woff?9vim1b') format('woff'),
    url('fonts/Custom-Icons-2.svg?9vim1b#Custom-Icons-2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="custom-icon-"], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Custom-Icons-2' !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;
}

.custom-icon-envelope-icon-black-ok:before {
  content: "\e900";
}
.custom-icon-looking-glass-icon-black-ok:before {
  content: "\e901";
}
.custom-icon-map-icon-black-ok:before {
  content: "\e902";
}
.custom-icon-phone-icon-black:before {
  content: "\e903";
}
