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

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

.brand-icon-check:before {
  content: "\e900";
  color: #8bad51;
}
.brand-icon-give:before {
  content: "\e901";
  color: #8bad51;
}
.brand-icon-group:before {
  content: "\e902";
  color: #8bad51;
}
.brand-icon-guide:before {
  content: "\e903";
  color: #8bad51;
}
.brand-icon-handshake:before {
  content: "\e904";
  color: #8bad51;
}
.brand-icon-lightbulb:before {
  content: "\e905";
  color: #8bad51;
}
.brand-icon-logo:before {
  content: "\e906";
  color: #8bad51;
}
