/* en fonts */

@font-face {
	font-family: 'FSSinclairRegular';
	src: url(../fonts/Barlow-Regular.eot), 
	url(../fonts/Barlow-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FSSinclairRegular';
	src: url(../fonts/Barlow-Medium.eot), 
	url(../fonts/Barlow-Medium.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FSSinclairRegular';
	src: url(../fonts/Barlow-Bold.eot), 
	url(../fonts/Barlow-Bold.woff) format('woff');
	font-weight: 900;
	font-style: normal;
}


