@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museo-sans/museo-sans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museo-sans/museo-sans-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museo-sans/museo-sans-700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museo-sans/museo-sans-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
