

@font-face {
    font-family: 'MuseoSans';
    src: url('./fonts/MuseoSansCyrl_300-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MuseoSansCyrl_300-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('./fonts/MuseoSansCyrl_500-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/museosanscyrl_500-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('./fonts/MuseoSansCyrl-700-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/MuseoSansCyrl-700-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'hiddenText';
    src: url('./fonts/hidden_text.woff') format('woff');
    font-style: normal;
}

body {
    font-family: 'MuseoSans'; /*,"Helvetica Neue","Helvetica",sans-serif;*/
    background-color: #F5F5F5;
}
