/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face { 
	font-family: Delicious;
	font-weight: 100;
	src: url('fonts/Delicious-Roman.otf');
} 
@font-face {
	font-family: Delicious;
	font-style: italic;
	src: url('fonts/Delicious-Italic.otf');
}
 
@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('fonts/Delicious-Bold.otf');
}

@font-face {
	font-family: Delicious;
	font-weight: 900;
	src: url('fonts/Delicious-BoldItalic.otf');
}

body {
	font-family: 'Delicious';
	font-weight: 100;
}

strong {
	font-weight: bold;	
}

h1 {
	font-family: 'Delicious';	
	font-weight: bold;
	color: 333333;
}

h2 {
	font-family: 'Delicious';
	font-weight: 900;
	font-size: 36px;
	color: 333333;
}

h3 {
	font-family: 'Delicious';
	font-weight: bold;
	font-size: 27px;
	color: #FFF;
}
