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

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

.relogix-icon-gateway:before {
  content: "\e900";
  color: #2278b5;
}
.relogix-icon-platform:before {
  content: "\e901";
  color: #2278b5;
}
.relogix-icon-sensor:before {
  content: "\e902";
  color: #2278b5;
}
