@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'MuseoSans';
    src: url('../fonts/museo-sans/MuseoSans-100.otf') format("opentype");

    font-weight:100;
    font-style:normal;
}

@font-face {
    font-family:'MuseoSans';
    src: url('../fonts/museo-sans/MuseoSans-300.otf') format("opentype");

    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family:'MuseoSans';
    src: url('../fonts/museo-sans/MuseoSans-500.otf') format("opentype");

    font-weight:500;
    font-style:normal;
}

@font-face {
    font-family:'MuseoSans';
    src: url('../fonts/museo-sans/MuseoSans-700.otf') format("opentype");

    font-weight:700;
    font-style:normal;
}

@font-face {
    font-family:'MuseoSans';
    src: url('../fonts/museo-sans/MuseoSans-900.otf') format("opentype");

    font-weight:900;
    font-style:normal;
}
