/*------------------------------------------------------------------------*/
/*	Import font-face fonts here
/*------------------------------------------------------------------------*/

@font-face {
	font-family: 'Entypo Social';
	src:	url('fonts/entypo-social.eot');
	src:	url('fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
			url('fonts/entypo-social.woff') format('woff'),
			url('fonts/entypo-social.ttf') format('truetype'),
			url('fonts/entypo-social.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}