/* uncomment to add fonts
@font-face {
	font-family:'Nitti';
	src: url('fonts/Nitti.eot');
	src: url('fonts/Nitti.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nitti.woff') format('woff'),
		url('fonts/Nitti.ttf') format('truetype'),
		url('fonts/Nitti.svgNitti') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Nitti';
	src: url('fonts/Nitti-Bold.eot');
	src: url('fonts/Nitti-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nitti-Bold.woff') format('woff'),
		url('fonts/Nitti-Bold.ttf') format('truetype'),
		url('fonts/Nitti-Bold.svg#Nitti-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
*/