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

[class^="tz-icon-"], [class*=" tz-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;
}

.tz-icon-line:before {
  content: "\e900";
}
.tz-icon-phone-call:before {
  content: "\e901";
}
.tz-icon-pin:before {
  content: "\e902";
}
.tz-icon-search:before {
  content: "\e903";
}
.tz-icon-email:before {
  content: "\e904";
}
