@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Regular.woff2') format('woff2'),
        url('../fonts/Philosopher-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'museo-sans';
	src: url('../fonts/Museo-300.woff2') format('woff2'),
	url('../fonts/Museo-300.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'museo-sans';
	src: url('../fonts/Museo-500.woff2') format('woff2'),
	url('../fonts/Museo-500.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'museo-sans';
	src: url('../fonts/Museo-700.woff2') format('woff2'),
	url('../fonts/Museo-700.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


