.no-padding {
    padding: 0px;
}

@font-face {
    font-family: museo-sans;
    font-weight: 100;
    src: url("../fonts/MuseoSans-100.otf") format("opentype");
}

@font-face {
    font-family: museo-sans;
    font-weight: 300;
    src: url("../fonts/MuseoSans-300.otf") format("opentype");
}

@font-face {
    font-family: museo-sans;
    font-weight: 500;
    src: url("../fonts/MuseoSans-500.otf") format("opentype");
}

@font-face {
    font-family: museo-sans;
    font-weight: 700;
    src: url("../fonts/MuseoSans-700.otf") format("opentype");
}