@font-face {
  font-family: 'IntecIcons';
  src:  url('./intec.eot');
  src:  url('./intec.eot#iefix') format('embedded-opentype'),
    url('./intec.ttf') format('truetype'),
    url('./intec.woff') format('woff'),
    url('./intec.svg#IntecIcons') format('svg');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}

.intec-ui-icon {
  display: inline-block;
  font-family: 'IntecIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intec-ui-icon-cart-add-1:before {
  content: "\e900";
}
.intec-ui-icon-eye-1:before {
  content: "\e901";
}
.intec-ui-icon-filter-1:before {
  content: "\e902";
}

.intec-ui-icon-location-1:before {
  content: "\e904";
}

.intec-ui-icon-menu-1:before {
  content: "\e906";
}

.intec-ui-icon-star-1:before {
  content: "\e908";
}
.intec-ui-icon-tile-1:before {
  content: "\e909";
}
