@font-face { 
    font-family: "MuseoCyrl";
    src: url(../fonts/Museo_Cyrl_500.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face { 
    font-family: "MuseoCyrl";
    src: url(../fonts/MuseoCyrl_700.woff2) format("woff"),
    	 url(../fonts/Museo_Cyrl_700.otf);
    font-weight: 700;
    font-style: normal;
}
@font-face { 
    font-family: "MuseoCyrl";
    src: url(../fonts/Museo_Cyrl_900.woff) format("woff"),
    	 url(../fonts/Museo_Cyrl_900.ttf);
    font-weight: 800;
    font-style: normal;
}