@font-face {
  font-family: 'leranti-icons';
  src:  url('fonts/leranti-icons.eot?rhfbwd');
  src:  url('fonts/leranti-icons.eot?rhfbwd#iefix') format('embedded-opentype'),
    url('fonts/leranti-icons.ttf?rhfbwd') format('truetype'),
    url('fonts/leranti-icons.woff?rhfbwd') format('woff'),
    url('fonts/leranti-icons.svg?rhfbwd#leranti-icons') 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: 'leranti-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-badge:before {
  content: "\e900";
}
.icon-brightness:before {
  content: "\e901";
}
.icon-plug-cable:before {
  content: "\e902";
}
.icon-local-shop:before {
  content: "\e903";
}
.icon-shield:before {
  content: "\e904";
}
