@font-face {
  font-family: 'HKScM-DP-Icons';
  src:  url('fonts/HKScM-DP-Icons.eot?chcnhk');
  src:  url('fonts/HKScM-DP-Icons.eot?chcnhk#iefix') format('embedded-opentype'),
    url('fonts/HKScM-DP-Icons.ttf?chcnhk') format('truetype'),
    url('fonts/HKScM-DP-Icons.woff?chcnhk') format('woff'),
    url('fonts/HKScM-DP-Icons.svg?chcnhk#HKScM-DP-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.scm {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'HKScM-DP-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;
}

.scm-search:before {
  content: "\e90a";
}
.scm-angle-down:before {
  content: "\e900";
}
.scm-angle-down-circle:before {
  content: "\e901";
}
.scm-angle-left:before {
  content: "\e902";
}
.scm-angle-left-circle:before {
  content: "\e903";
}
.scm-angle-right:before {
  content: "\e904";
}
.scm-angle-right-circle:before {
  content: "\e905";
}
.scm-angle-up:before {
  content: "\e906";
}
.scm-angle-up-circle:before {
  content: "\e907";
}
.scm-bars-v:before {
  content: "\e908";
}
.scm-times:before {
  content: "\e909";
}
