@font-face {
  font-family: 'font-content';
  src:  url('fonts/font-content.eot?td3m8k');
  src:  url('fonts/font-content.eot?td3m8k#iefix') format('embedded-opentype'),
    url('fonts/font-content.ttf?td3m8k') format('truetype'),
    url('fonts/font-content.woff?td3m8k') format('woff'),
    url('fonts/font-content.svg?td3m8k#font-content') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-content' !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;
}

.icon-cart:before {
  content: "\e900";
}
.icon-contract:before {
  content: "\e901";
}
.icon-money-bag:before {
  content: "\e902";
}
.icon-new-product:before {
  content: "\e903";
}
