@font-face {
	font-family: AdelleBold;
	src: url('../fonts/AdelleBasic_Bold.otf');
}

h1, h2, h3, h4 {
	font-family: AdelleBold, Palatino, Times, serif;
	margin: 0;
	text-shadow: 1px 1px 2px #28180D;
	//font-weight: normal;
}
h1 {
	color: #FFFFFF;
	font-size: 218%; 
}
h2 {
	color: #BBB;
	margin-top: 1.2em;
	font-size: 164%;
}
h3 { 
	font-size: 110%; 
}
h4 {
	font-size: 118%; 
	letter-spacing: .15em }