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

.ecgquiz {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ecgicons' !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-vcompass1:before {
  content: "\e900";
}
.icon-hcompass1:before {
  content: "\e901";
}
.icon-number:before {
  content: "\e902";
}
.icon-number1:before {
  content: "\e903";
}
.icon-number2:before {
  content: "\e904";
}
.icon-filter_1:before {
  content: "\e906";
}
.icon-filter_2:before {
  content: "\e907";
}
.icon-filter_3:before {
  content: "\e908";
}
