@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Ubuntu-R.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/Ubuntu-B.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: normal;
	src: url('fonts/Ubuntu-RI.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: bold;
	src: url('fonts/Ubuntu-BI.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Bitter-Regular.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/Bitter-Bold.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Bitter';
	font-style: italic;
	font-weight: normal;
	src: url('fonts/Bitter-Italic.ttf') format('truetype');
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
	url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/Lato-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Italic.eot'); /* IE9 Compat Modes */
	src: url('fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
	url('fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */
	url('fonts/Lato-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
	url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
	url('fonts/Lato-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-BoldItalic.eot'); /* IE9 Compat Modes */
	src: url('fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
	url('fonts/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
	url('fonts/Lato-BoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
