@font-face {
	font-family: "Museo";
	src: url("../../../fonts/Museo_300.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: "Verdana Bold";
    src: url("../../../fonts/Verdana_Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova Semibold";
    src: url("../../../fonts/ProximaNova_Semibold.woff") format("woff"),
         url("../../../media/fonts/ProximaNova-Semibold.otf") format("opentype"),
         url("../../../media/fonts/proximanova-semibold-webfont.woff") format("woff");
    font-style: normal;
}

body{
    font-family: "Museo";
    font-size:20px;
    color: #63666A;
    letter-spacing: 0px;
    line-height: 30px;
}

/*h1{font-family: "Source Sans Pro";}
h2{font-family: "Source Sans Pro";}
h3{font-family: "Source Sans Pro";}
h4{font-family: "Source Sans Pro";}
h5{font-family: "Source Sans Pro";}
h6{font-family: "Source Sans Pro";}	*/		