@font-face {
    font-family: 'museo_sans300';
    src: url('museosans-300.eot');
    src: url('museosans-300.eot?#iefix') format('embedded-opentype'),
         url('museosans-300.woff2') format('woff2'),
         url('museosans-300.woff') format('woff'),
         url('museosans-300.ttf') format('truetype'),
         url('museosans-300.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	margin:0px;
	font-family: 'museo_sans300';
	font-size:18px;
	color:#808283;
	font-weight:100;
    background-color: #ebeff1;
}