/******************************
Chunk five
******************************/
@font-face {
	font-family: 'ChunkFive';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Chunkfive-webfont.woff') format('woff'),
	url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
	url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.chunk{
	font-family:'ChunkFive', Georgia, serif;
}



/******************************
Museo slab
******************************/
@font-face {
	font-family: 'Museo';
	src: url('../fonts/Museo300-Regular-webfont.eot');
	src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Museo300-Regular-webfont.woff') format('woff'),
	url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'),
	url('../fonts/Museo300-Regular-webfont.svg#Museo300') format('svg');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Museo';
	src: url('../fonts/Museo_Slab_500-webfont.eot');
	src: url('../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Museo_Slab_500-webfont.woff') format('woff'),
	url('../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
	url('../fonts/Museo_Slab_500-webfont.svg#MuseoSlab500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo';
	src: url('../fonts/Museo_Slab_500italic-webfont.eot');
	src: url('../fonts/Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Museo_Slab_500italic-webfont.woff') format('woff'),
	url('../fonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
	url('../fonts/Museo_Slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Museo';
	src: url('../fonts/Museo700-Regular-webfont.eot');
	src: url('../fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Museo700-Regular-webfont.woff') format('woff'),
	url('../fonts/Museo700-Regular-webfont.ttf') format('truetype'),
	url('../fonts/Museo700-Regular-webfont.svg#Museo700') format('svg');
	font-weight: bold;
	font-style: normal;
}

.museo{
	font-family:'Museo', Georgia, serif;
}