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

.icon-custom {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '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;
}

.icon-white-1:before {
  content: "\e900";
}
.icon-white-2:before {
  content: "\e93b";
}
.icon-white-3:before {
  content: "\e93f";
}
.icon-white-4:before {
  content: "\e945";
}
.icon-white-5:before {
  content: "\e94b";
}
.icon-white-6:before {
  content: "\e956";
}
.icon-white-7:before {
  content: "\e95c";
}
.icon-white-8:before {
  content: "\e976";
}
