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

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

.lighting-icon-x:before {
  content: "\e903";
}
.lighting-icon-arrow:before {
  content: "\e900";
}
.lighting-icon-Indoor:before {
  content: "\e901";
}
.lighting-icon-Outdoor:before {
  content: "\e902";
}

