@font-face {
    font-family: 'Google-Sans';
    src: url('GoogleSans-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google-Sans';
    src: url('GoogleSans-Medium.ttf') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Google-Sans';
    src: url('GoogleSans-Bold.ttf') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('museo700-regular-webfont.woff2') format('woff2'),
         url('museo700-regular-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'museo';
    src: url('museo900-regular-webfont.woff2') format('woff2'),
         url('museo900-regular-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}






