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

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


/*================================================================
Icons
================================================================*/
.icon-external-link:before {
  content: "\e911";
}
.icon-arrow-left:before {
  content: "\e910";
}
.icon-tick:before {
  content: "\e90f";
}
.icon-analytics:before {
  content: "\e900";
}
.icon-barcode:before {
  content: "\e901";
}
.icon-calculator:before {
  content: "\e902";
}
.icon-cash-register:before {
  content: "\e903";
}
.icon-cloud:before {
  content: "\e904";
}
.icon-desk:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e906";
}
.icon-users:before {
  content: "\e907";
}
.icon-headphones:before {
  content: "\e908";
}
.icon-inventory:before {
  content: "\e909";
}
.icon-invoice:before {
  content: "\e90a";
}
.icon-money:before {
  content: "\e90b";
}
.icon-phone-call:before {
  content: "\e90c";
}
.icon-shield:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e90e";
}
