@font-face {
    font-family: Museo;
    font-weight: 300;
    src: url("Museo300.otf") format("opentype");
}

@font-face {
    font-family: Museo;
    font-weight: 500;
    src: url("Museo500.otf") format("opentype");
}

@font-face {
    font-family: Museo;
    font-weight: 700;
    src: url("Museo700.otf") format("opentype");
}

@font-face {
    font-family: Museo;
    font-weight: 900;
    src: url("Museo900.otf") format("opentype");
}

.roboto {
    font-family: Roboto;
}

.museo {
    font-family: Museo;
}