@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?cj9ica');
  src:  url('fonts/icomoon.eot?cj9ica#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cj9ica') format('truetype'),
    url('fonts/icomoon.woff?cj9ica') format('woff'),
    url('fonts/icomoon.svg?cj9ica#icomoon') 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: 'icomoon' !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-jug1:before {
  content: "\e900";
}

.icon-water-tap:before {
    content: "\e901";
}

.icon-battery-0:before {
    content: "\e902";
}

.icon-battery-25:before {
    content: "\e903";
}

.icon-battery-50:before {
    content: "\e904";
}

.icon-battery-75:before {
    content: "\e905";
}

.icon-battery-100:before {
    content: "\e906";
}

.icon-battery-charging:before {
    content: "\e907";
}

.icon-battery-unknown:before {
    content: "\e908";
}

.icon-wifi:before {
    content: "\e909";
}