@font-face {
  font-family: 'iconFont1';
  src:
    url('../fonts/iconFont1.ttf?x4xpey') format('truetype'),
    url('../fonts/iconFont1.woff?x4xpey') format('woff'),
    url('../fonts/iconFont1.svg?x4xpey#iconFont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.if1 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconFont1' !important;
  speak: none;
  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;
}

.if1-icon-factory:before {
  content: "\e900";
}
.if1-icon-house:before {
  content: "\e901";
}
.if1-icon-medical:before {
  content: "\e902";
}
.if1-icon-office:before {
  content: "\e903";
}
.if1-icon-eshop:before {
  content: "\e904";
}
.if1-icon-forum:before {
  content: "\e905";
}
.if1-icon-otzovik:before {
  content: "\e906";
}
.if1-icon-portals:before {
  content: "\e907";
}

