/*
	Note: The font files should be placed in the same directory (or a subdirectory) as this file,
	and referenced with a relative path.

	The Source Sans Pro font files were downloaded from:
	https://github.com/adobe-fonts/source-sans/releases/tag/2.045R-ro%2F1.095R-it
*/

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

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

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 600;
	src: url(SourceSansPro-Semibold.ttf.woff2) format("woff2");
}
