/**
 * Custom web fonts
 */
@font-face {
    font-family: 'museo_sans';
    src: url('../fonts/museo_sans_500-webfont-webfont.eot');
    src: url('../fonts/museo_sans_500-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_sans_500-webfont-webfont.woff') format('woff'),
         url('../fonts/museo_sans_500-webfont-webfont.ttf') format('truetype'),
         url('../fonts/museo_sans_500-webfont-webfont.svg#_.regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_slab';
    src: url('../fonts/museo_slab_500-webfont-webfont.eot');
    src: url('../fonts/museo_slab_500-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500-webfont-webfont.woff') format('woff'),
         url('../fonts/museo_slab_500-webfont-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500-webfont-webfont.svg#_.regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
