@font-face {
  font-family: 'custom_icon';
  src:  url('custom.eot?z3x0yy');
  src:  url('custom.eot?z3x0yy#iefix') format('embedded-opentype'),
    url('custom.ttf?z3x0yy') format('truetype'),
    url('custom.woff?z3x0yy') format('woff'),
    url('custom.svg?z3x0yy#custom') 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: 'custom_icon' !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-icon_companies:before {
  content: "\e900";
}
.icon-icon_delete:before {
  content: "\e901";
}
.icon-icon_logout:before {
  content: "\e902";
}
.icon-icon_spaces:before {
  content: "\e903";
}
.icon-icon_users:before {
  content: "\e904";
}

