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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sade-custom-icon' !important;
  speak: never;
  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-cmd:before {
  content: "\e900";
}
.icon-bussiness:before {
  content: "\e901";
}
.icon-graphic:before {
  content: "\e902";
}
.icon-mobile:before {
  content: "\e903";
}
.icon-styling:before {
  content: "\e904";
}
.icon-data:before {
  content: "\e905";
}
