@font-face {
	font-family: 'Apercu';
	src: url('apercu_regular.eot');
	src: url('apercu_regular.eot') format('embedded-opentype'),
    	 url('apercu_regular.woff') format('woff'),
         url('apercu_regular.woff2') format('woff2'),
    	 url('apercu_regular.ttf') format('truetype'),
         url('apercu_regular.svg#Apercu') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Apercu-Bold';
	src: url('apercu_bold.eot');
	src: url('apercu_bold.eot') format('embedded-opentype'),
    	 url('apercu_bold.woff') format('woff'),
         url('apercu_bold.woff2') format('woff2'),
    	 url('apercu_bold.ttf') format('truetype'),
         url('apercu_bold.svg#Apercu-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?tb3ez1');
  src:  url('icomoon.eot?tb3ez1#iefix') format('embedded-opentype'),
    url('icomoon.ttf?tb3ez1') format('truetype'),
    url('icomoon.woff?tb3ez1') format('woff'),
    url('icomoon.svg?tb3ez1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-twitter:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-google:before {
  content: "\e902";
}
.icon-weibo:before {
  content: "\e903";
}


