@font-face {
	font-family: 'icomoonsite';
	src:url('/css/fonts/icomoonsite.eot');
	src:url('/css/fonts/icomoonsite.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/icomoonsite.ttf') format('truetype'),
		url('/css/fonts/icomoonsite.woff') format('woff'),
		url('/css/fonts/icomoonsite.svg#icomoonsite') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'handschrift15regular';
    src: url('/css/fonts/handschrift15-webfont.eot');
    src: url('/css/fonts/handschrift15-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/handschrift15-webfont.woff') format('woff'),
         url('/css/fonts/handschrift15-webfont.ttf') format('truetype'),
         url('/css/fonts/handschrift15-webfont.svg#handschrift15regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.icon-facebook,.icon-mail,.facebook a:before{
	font-family: 'icomoonsite';
	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-facebook:before,.facebook a:before {
	content: "\e600";
}
.icon-mail:before {
	content: "\e601";
}
