@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 200;
	src: url('../font/SourceSansPro-ExtraLight.ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	src: url('../font/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	src: url('../font/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	src: url('../font/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700;
	src: url('../font/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900;
	src: url('../font/SourceSansPro-Black.ttf') format('truetype');
}