@font-face {
    font-family: 'Museo';
    src: url('museo300-regular-webfont.woff2') format('woff2'),
         url('museo300-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display :swap;
}

@font-face {
    font-family: 'Museo';
    src: url('museo500-regular-webfont.woff2') format('woff2'),
         url('museo500-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display :swap;
}

@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-display :swap;
}