/* CSS Document */


/* fonty */


body
	{
	font-family: 'SourceSerif4-Regular';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	font-smoothing: antialiased;
	moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	}


h1, h2
	{
	font-family: 'SourceSerif4-Bold';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	font-smoothing: antialiased;
	moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	}


	@font-face {
	font-family: 'SourceSerif4-Regular';
	src: url('../fonts/SourceSerif4-Regular.eot');
	src: url('../fonts/SourceSerif4-Regular.woff') format('woff'),
		url('../fonts/SourceSerif4-Regular.ttf') format('truetype'),
		url('../fonts/SourceSerif4-Regular.svg#polyregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

	@font-face {
	font-family: 'SourceSerif4-Medium';
	src: url('../fonts/SourceSerif4-Medium.eot');
	src: url('../fonts/SourceSerif4-Medium.woff') format('woff'),
		url('../fonts/SourceSerif4-Medium.ttf') format('truetype'),
		url('../fonts/SourceSerif4-Medium.svg#polyregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

	@font-face {
	font-family: 'SourceSerif4-Bold';
	src: url('../fonts/SourceSerif4-Bold.eot');
	src: url('../fonts/SourceSerif4-Bold.woff') format('woff'),
		url('../fonts/SourceSerif4-Bold.ttf') format('truetype'),
		url('../fonts/SourceSerif4-Bold.svg#polyregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

	@font-face {
	font-family: 'SourceSerif4-Black';
	src: url('../fonts/SourceSerif4-Black.eot');
	src: url('../fonts/SourceSerif4-Black.woff') format('woff'),
		url('../fonts/SourceSerif4-Black.ttf') format('truetype'),
		url('../fonts/SourceSerif4-Black.svg#polyregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* EOF */