/* ----------

Tesco Real Food
- Text CSS

---------- */

/* ---------- Headings */

h1 {
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	color: #7C6991;
	padding-bottom: 25px;
	}
	
h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	color: #404040;
	padding-bottom: 20px;
	}
	
h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #404040;
	padding-bottom: 20px;
	}
	
h4 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	color: #404040;
	padding-bottom: 20px;
	}	
	
h5 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #404040;
	padding-bottom: 20px;
	}
	
h6 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	color: #404040;
	padding-bottom: 20px;
	}
	
/* ---------- // ---------- */

/* ---------- Paragraphs */
	
p,
ul {
	font-size: 16px;
	line-height: 22px;
	color: #404040;
	padding-bottom: 30px;
	}
p.customer-recipe-disclamier {
    color: #989390;
    font-size: 13px;
    line-height: 17px;
    }
	
/* ---------- // ---------- */

/* ---------- Articles */
	
p.lead,
article p {	
	font-size: 18px;
	}
	
article h3,
article h4,
article h5,
article h6 {
	font-weight: normal;
	}
	
/* ---------- // ---------- */