@font-face {
	font-family: 'CMU Bright';
	src: url('/assets/font/CMUBright-Roman.eot');
	src: local('CMU Bright Roman'), local('CMUBright-Roman'),
		url('/assets/font/CMUBright-Roman.eot?#iefix') format('embedded-opentype'),
		url('/assets/font/CMUBright-Roman.woff2') format('woff2'),
		url('/assets/font/CMUBright-Roman.woff') format('woff'),
		url('/assets/font/CMUBright-Roman.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CMU Bright';
	src: url('/assets/font/CMUBright-SemiBoldOblique.eot');
	src: local('CMU Bright SemiBoldOblique'), local('CMUBright-SemiBoldOblique'),
			url('/assets/font/CMUBright-SemiBoldOblique.eot?#iefix') format('embedded-opentype'),
			url('/assets/font/CMUBright-SemiBoldOblique.woff2') format('woff2'),
			url('/assets/font/CMUBright-SemiBoldOblique.woff') format('woff'),
			url('/assets/font/CMUBright-SemiBoldOblique.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

