/*
|--------------------------------------------------------------------------
|	MUSEO SANS — @font-face declarations for all weights used by the theme
|--------------------------------------------------------------------------
*/

@font-face {
	font-family: 'Museo Sans';
	src:
		url('../fonts/museosans/MuseoSans-100.woff2') format('woff2'),
		url('../fonts/museosans/MuseoSans-100.woff') format('woff'),
		url('../fonts/museosans/MuseoSans-100.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src:
		url('../fonts/museosans/MuseoSans-300.woff2') format('woff2'),
		url('../fonts/museosans/MuseoSans-300.woff') format('woff'),
		url('../fonts/museosans/MuseoSans-300.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src:
		url('../fonts/museosans/MuseoSans-500.woff2') format('woff2'),
		url('../fonts/museosans/MuseoSans-500.woff') format('woff'),
		url('../fonts/museosans/MuseoSans-500.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src:
		url('../fonts/museosans/MuseoSans-700.woff2') format('woff2'),
		url('../fonts/museosans/MuseoSans-700.woff') format('woff'),
		url('../fonts/museosans/MuseoSans-700.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src:
		url('../fonts/museosans/MuseoSans-900.woff2') format('woff2'),
		url('../fonts/museosans/MuseoSans-900.woff') format('woff'),
		url('../fonts/museosans/MuseoSans-900.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
