@font-face {
  font-family: 'svc';
  src:
    url('svc.ttf?gp5vm5') format('truetype'),
    url('svc.woff?gp5vm5') format('woff'),
    url('svc.svg?gp5vm5#svc') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'svc' !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-off:before {
  content: "\e907";
}
.icon-forward:before {
  content: "\e908";
}
.icon-asc:before {
  content: "\e909";
}
.icon-desc:before {
  content: "\e90a";
}
.icon-help:before {
  content: "\e90b";
}
.icon-on:before {
  content: "\e900";
}
.icon-back:before {
  content: "\e901";
}
.icon-spinner:before {
  content: "\e902";
}
.icon-control:before {
  content: "\e903";
}
.icon-clear:before {
  content: "\e904";
}
.icon-user:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
