$(document).ready(function(){
	$.sifr({
		font: '/fonts/Vag Rounded'
	});
	$('h1, h2, h3, #productTitle, .start, .MsoNormal strong, .heinzQuote, .hwHeader, dt, #recipeTitle span, #textContent.ourFood #secondaryColumn p, #textContent.health p span strong, .thingsGetGood, .firstLine, .thirdLine, .title').sifr()
	$('.sustainablityMacro h2, .sustainabilityEnvironment h2').sifr({
		color: '#638523'
	});
	$('#textContent.sustainabilityEnvironment #secondaryContent h2, .sustainabilityEnvWaste #secondaryContent h2').sifr({
		color: '#fff'
	})
});