@font-face{
	font-family: 'Museo Sans 100';
  	font-style: normal;
  	font-weight: 100;
	src: local('Museo Sans 100'), url('/css/fonts/MuseoSans-100.otf'), format('opentype');
}
@font-face{
	font-family: 'Museo Sans 300';
  	font-style: normal;
  	font-weight: normal;
	src: local('Museo Sans 300'), url('/css/fonts/MuseoSans-300.otf'), format('opentype');
}
@font-face{
	font-family: 'Museo Sans 500';
  	font-style: normal;
  	font-weight: 500;
	src: local('Museo Sans 500'), url('/css/fonts/MuseoSans-500.otf'), format('opentype');
}
@font-face{
	font-family: 'Museo Sans 700';
  	font-style: normal;
  	font-weight: 700;
	src: local('Museo Sans 700'), url('/css/fonts/MuseoSans-700.otf'), format('opentype');
}