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

@font-face {
    font-family: 'MuseoSansRounded300Regular';
    src: url('/static/fonts/museosansrounded-300-webfont.eot');
    src: url('/static/fonts/museosansrounded-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/museosansrounded-300-webfont.woff') format('woff'),
         url('/static/fonts/museosansrounded-300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    descent-override: 15%;
}

@font-face {
    font-family: 'MuseoSansRounded500Regular';
    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: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded700Regular';
    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: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Inter400';
    src: url('/static/fonts/inter-400-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter500';
    src: url('/static/fonts/inter-500-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter600';
    src: url('/static/fonts/inter-600-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
