/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
.typography * {
	font-family: Helvetica, Lucida, Arial, sans-serif; 
}
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #56008C; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Helvetica, Verdana, sans-serif;
}
.typography h1 {
	font-size: 24px;
}
.typography h3 { 
	color: #56008C; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}
/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #A54499;
 	line-height: 18px;
 	font-size: 12px;
	margin: 0 0 18px 0;
}
/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none; 
	color: #56008C;
}
	.typography a:hover { 
 		text-decoration: underline;
	}
