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

@font-face {
	font-family: 'Apercu';
	src: 	url('Apercu-Regular.woff2') format('woff2'),
			url('Apercu-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Mono';
	src: 	url('ApercuMono-Medium.woff2') format('woff2'),
			url('ApercuMono-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}