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

[class^="custom-icon-"], [class*=" custom-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;

  /* Added */
  width:0;
  height:0;
  overflow:hidden;
}

.custom-icon-fluid:before {
  content: "\e900";
}
.custom-icon-motion:before {
  content: "\e901";
}
.custom-icon-temp:before {
  content: "\e902";
}
