
// Light Heading ArcherProBold
Cufon.replace('', { fontFamily: 'ArcherProLight' });

// Medium Heading ArcherProBold
Cufon.replace('.flexBox.flexBoxS2 h3, .flexBoxS1 p, .historyBlock .historyMore span, .historyQuote q, .historyQuote p, .menuExclusions h4, .categoryListing li h3, .categoryListing li h5, .recipeOverviewTitle h3, .moduleBtn, .selectedRecipeOverview h5', { fontFamily: 'ArcherProMed' });

// Bold Heading ArcherProBold
Cufon.replace('.brandTitle h3, .catMenu h3, .flexBox h2, .flexBox.flexBoxS1 h3, .historyDetails h2, .historyDetails h3, .mainNav li a, .menuMakerSet h3, .newsletterSignup h3, .pageTitle h1, .categoryListWrapper h2, .recipeOverviewClass h4, .ratingQuantity span, .ratingQuantity h6, .selectedRecipe h4, .selectedRecipeOverview h3, .selectedRecipeOverview h5 strong, .selectedRecipeComments h4, .promotionsWrapper h2, .promotionsMidSec li', { fontFamily: 'ArcherProBold' });

// Regular Copy HelveticaNeue Medium
Cufon.replace('.footerNav li a, .historyBlock .historyDetails p, .mainNav li ul li a, .categoryListing li h4, .recipeOverviewClass h5', { fontFamily: 'HelveticaNeueMed' });


Cufon.replace('', { fontFamily: 'ArcherProLight', color: '-linear-gradient(#ffffff, #ffffff)', hover: { color: '-linear-gradient(#ffffff, #ffffff)'} });
Cufon.replace('', { fontFamily: 'ArcherProMed', color: '-linear-gradient(#ffffff, #ffffff)', hover: { color: '-linear-gradient(#ffffff, #ffffff)'} });
Cufon.replace('', { fontFamily: 'HelveticaNeueMed', color: '-linear-gradient(#592B08, #592B08)', hover: { color: '-linear-gradient(#ae5410, #ae5410)'} }); 
