@font-face {
	font-family: 'Source Sans Pro';
	src: 
		url('source-sans-pro/SourceSansPro-Regular.woff2') format('woff2'),
		url('source-sans-pro/SourceSansPro-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal; 
}

@font-face {
	font-family: 'Source Sans Pro';
	src: 
		url('source-sans-pro/SourceSansPro-Italic.woff2') format('woff2'),
		url('source-sans-pro/SourceSansPro-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic; 
}

@font-face {
	font-family: 'Source Sans Pro';
	src: 
		url('source-sans-pro/SourceSansPro-Bold.woff2') format('woff2'),
		url('source-sans-pro/SourceSansPro-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal; 
}

@font-face {
	font-family: 'Source Sans Pro';
	src: 
		url('source-sans-pro/SourceSansPro-BoldItalic.woff2') format('woff2'),
		url('source-sans-pro/SourceSansPro-BoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic; 
}