/* layout/typo.css */

/* ----- content ----

- body
- H1-H6
- p

--- END OF content --- */

body {
	font-size: 12px;
	font-family: Century Gothic, Arial, Geneva, sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: 0.5px;
	font-family: Century Gothic, Arial, Geneva, sans-serif;	
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

h2 {
	color: #353535;
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
	margin-bottom: 18px;
}

h6 {
	font-size: 16px;
	margin-bottom: 18px;
}

p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

sup, sub {
	font-size: 12px;
}

