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

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

.connect-iconAlarm:before {
  content: "\e900";
}
.connect-iconBattery:before {
  content: "\e901";
}
.connect-iconCamera:before {
  content: "\e902";
}
.connect-iconCloud:before {
  content: "\e903";
}
.connect-iconConnectivity:before {
  content: "\e904";
}
.connect-iconLights:before {
  content: "\e905";
}
.connect-iconPlacement:before {
  content: "\e906";
}
.connect-iconStability:before {
  content: "\e907";
}
.connect-iconVideo:before {
  content: "\e908";
}
