/* Icofont CSS */
@font-face {
  font-family: 'icofont';
  src: url('https://cdn.jsdelivr.net/npm/icofont@1.0.1-alpha.3/fonts/icofont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.icofont {
  font-family: 'icofont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icofont-iphone:before { content: "\ef4a"; }
.icofont-headphone-alt:before { content: "\ef3a"; }
.icofont-search-alt-2:before { content: "\ef8a"; }
.icofont-shopping-cart:before { content: "\ef8e"; }
