/*
@font-face {
    font-family: 'Museo';
    src: url('subset-Museo300-Regular.woff2') format('woff2'),
        url('subset-Museo300-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url('subset-Museo700-Regular.woff2') format('woff2'),
        url('subset-Museo700-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/

@font-face {
    font-family: Museo;
    src: url("Museo300-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Museo;
    font-weight: bold;
    font-style: normal;
    src: url("Museo700-Regular.otf") format("opentype");
}
