@font-face {
  font-family: 'iconfont';
  src: url('./fontello.woff2?29341650') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'iconfont';
    src: url('fontello.svg?29341650#fontello') format('svg');
  }
}
*/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconbricks:before { content: '\e800'; } /* '' */
.icon-iconbuilding:before { content: '\e801'; } /* '' */
.icon-icondiapers:before { content: '\e802'; } /* '' */
.icon-iconhardware:before { content: '\e803'; } /* '' */
.icon-iconlaundry:before { content: '\e804'; } /* '' */
