@font-face {
  font-family: 'Sunway Ex-Bold';
  src: url('SunwaySans-ExtraBold.eot');
  src: url('SunwaySans-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('SunwaySans-ExtraBold.woff2') format('woff2'),
      url('SunwaySans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sunway Bold';
  src: url('SunwaySans-Bold.eot');
  src: url('SunwaySans-Bold.eot?#iefix') format('embedded-opentype'),
      url('SunwaySans-Bold.woff2') format('woff2'),
      url('SunwaySans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sunway';
  src: url('SunwaySans-Regular.eot');
  src: url('SunwaySans-Regular.eot?#iefix') format('embedded-opentype'),
      url('SunwaySans-Regular.woff2') format('woff2'),
      url('SunwaySans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suncon';
  src:  url('Suncon.eot?ffvg96');
  src:  url('Suncon.eot?ffvg96#iefix') format('embedded-opentype'),
    url('Suncon.ttf?ffvg96') format('truetype'),
    url('Suncon.woff?ffvg96') format('woff'),
    url('Suncon.svg?ffvg96#Suncon') 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: 'Suncon' !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-Download:before {
  content: "\e900";
  color: white;
}
.icon-Left:before {
  content: "\e901";
  color: white;
}
.icon-Plus:before {
  content: "\e902";
  color: #fff;
}
.icon-Right:before {
  content: "\e903";
  color: white;
}