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

[class^="iconcustom-"], [class*=" iconcustom-"] {
  /* 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;
}

.iconcustom-phone:before {
  content: "\e907";
}
.iconcustom-arrow:before {
  content: "\e905";
}
.iconcustom-map:before {
  content: "\e906";
}
.iconcustom-left-arrow:before {
  content: "\e903";
}
.iconcustom-right-arrow:before {
  content: "\e902";
}
.iconcustom-arrow-left:before {
  content: "\e900";
}
.iconcustom-arrow-right:before {
  content: "\e901";
}
.iconcustom-chevron-up:before {
  content: "\e90b";
}
.iconcustom-close:before {
  content: "\e904";
}
