/* Fonts */
@font-face {
    font-family: 'Museo';
    src: url('museo-regular.eot');
    src: url('museo-regular.eot?#iefix') format('embedded-opentype'),
         url('museo-regular.woff') format('woff'),
         url('museo-regular.ttf') format('truetype'),
         url('museo-regular.svg#MuseoRegular') format('svg');
    font-weight: normal;
	font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Museo';
    src: url('museo-light.eot');
    src: url('museo-light.eot?#iefix') format('embedded-opentype'),
         url('museo-light.woff') format('woff'),
         url('museo-light.ttf') format('truetype'),
         url('museo-light.svg#MuseoBold') format('svg');
    font-weight:300;
		font-style: normal;
}

/* Semi Bold */
@font-face {
    font-family: 'Museo';
    src: url('museo-semibold.eot');
    src: url('museo-semibold.eot?#iefix') format('embedded-opentype'),
         url('museo-semibold.woff') format('woff'),
         url('museo-semibold.ttf') format('truetype'),
         url('museo-semibold.svg#MuseoSemibold') format('svg');
	font-weight:500;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'Museo';
	src: url('museo-bold.eot');
	src: url('museo-bold.eot?#iefix') format('embedded-opentype'),
		 url('museo-bold.woff') format('woff'),
		 url('museo-bold.ttf') format('truetype'),
		 url('museo-bold.svg#MuseoBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

