@font-face {
  font-family: 'main-icons';
  src:  url('main-icons.eot?72w7hc');
  src:  url('main-icons.eot?72w7hc#iefix') format('embedded-opentype'),
    url('main-icons.ttf?72w7hc') format('truetype'),
    url('main-icons.woff?72w7hc') format('woff'),
    url('main-icons.svg?72w7hc#main-icons') 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: 'main-icons' !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-home:before {
  content: "\e900";
  color: #8b774e;
}
.icon-products:before {
  content: "\e901";
  color: #8b774e;
}
.icon-users:before {
  content: "\e902";
  color: #8b774e;
}
.icon-distribution:before {
  content: "\e903";
  color: #8b774e;
}
.icon-mail:before {
  content: "\e904";
  color: #8b774e;
}
.icon-search:before {
  content: "\e905";
  color: #8b774e;
}
.icon-facebook:before {
  content: "\e906";
  color: #8b774e;
}
.icon-settings:before {
  content: "\e90a";
  color: #8b774e;
}
.icon-logout:before {
  content: "\e90b";
  color: #8b774e;
}
.icon-arrow:before {
  content: "\e907";
  color: #8b774e;
}
.icon-info-full:before {
  content: "\e908";
  color: #8b774e;
}
.icon-info:before {
  content: "\e909";
  color: #8b774e;
}
