@font-face {
	font-family: 'ElHombre';
	src: url('/webfonts/203A00_0_0.eot');
	src: url('/webfonts/203A00_0_0.eot?#iefix') format('embedded-opentype'), 
		url('/webfonts/203A00_0_0.woff') format('woff'), 
		url('/webfonts/203A00_0_0.ttf') format('truetype'), 
		url('/webfonts/203A00_0_0.svg#wf') format('svg');
}

body {
	font-size: 1.25em;
	font-family: georgia, serif;
}

h1, h2, h3 {
	font-family: ElHombre;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

article {
	max-width: 800px;
	margin: 0 auto;
}