@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal !important;
    font-style: normal;

}

@font-face {
	font-family: 'Museo Sans 500';
	src: url('fonts/MuseoSans-500.eot');
	src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSans-500.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 300';
	src: url('fonts/MuseoSans-300.eot');
	src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSans-300.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Slab 700';
	src: url('fonts/MuseoSlab-700.eot');
	src: url('fonts/MuseoSlab-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSlab-700.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Slab 300';
	src: url('fonts/MuseoSlab-700.eot');
	src: url('fonts/MuseoSlab-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSlab-700.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}