@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_100.otf') format('opentype');
	font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_100_Italic.otf') format('opentype');
	font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_300.otf') format('opentype');
	font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_300_Italic.otf') format('opentype');
	font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_500.otf') format('opentype');
	font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_500_Italic.otf') format('opentype');
	font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_700.otf') format('opentype');
	font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_700_Italic.otf') format('opentype');
	font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_900.otf') format('opentype');
	font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Museo';
	src: url('Museo_Sans_900_Italic.otf') format('opentype');
	font-weight: 900;
    font-style: italic;
    font-display: swap;
}