@font-face {
    font-family: 'MuseoSansRounded';
    src: url('/static/fonts/museosansrounded-700-webfont.eot');
    src: url('/static/fonts/museosansrounded-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/museosansrounded-700-webfont.woff') format('woff'),
         url('/static/fonts/museosansrounded-700-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('/static/fonts/museosansrounded-500-webfont.eot');
    src: url('/static/fonts/museosansrounded-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/museosansrounded-500-webfont.woff') format('woff'),
         url('/static/fonts/museosansrounded-500-webfont.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}
