@font-face {
    font-family: 'HK-reg';
    src: url('HKGroteskWide-Regular.eot');
    src: url('HKGroteskWide-Regular.eot?#iefix') format('embedded-opentype'),
        url('HKGroteskWide-Regular.woff2') format('woff2'),
        url('HKGroteskWide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK-black';
    src: url('HKGroteskWide-Black.eot');
    src: url('HKGroteskWide-Black.eot?#iefix') format('embedded-opentype'),
        url('HKGroteskWide-Black.woff2') format('woff2'),
        url('HKGroteskWide-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tm';
    src:  url('icomoon.eot?4s6q57');
    src:  url('icomoon.eot?4s6q57#iefix') format('embedded-opentype'),
      url('icomoon.ttf?4s6q57') format('truetype'),
      url('icomoon.woff?4s6q57') format('woff'),
      url('icomoon.svg?4s6q57#icomoon') 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: 'tm' !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-A:before {
    content: "\e900";
    color: #7c869f;
  }
  .icon-B:before {
    content: "\e901";
    color: #7c869f;
  }
  .icon-C:before {
    content: "\e902";
    color: #7c869f;
  }
  .icon-download:before {
    content: "\e903";
  }
  .icon-next:before {
    content: "\e904";
  }
  .icon-prev:before {
    content: "\e905";
  }
  .icon-share:before {
    content: "\e906";
  }