@font-face {
	font-family: 'Apercu Pro';
	src: url('ApercuPro-Regular.woff2') format('woff2'),
		url('ApercuPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Apercu Pro';
	src: url('ApercuPro-Medium.woff2') format('woff2'),
		url('ApercuPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	}

@font-face {
	font-family: 'PT Serif';
	src: url('PTSerif-Regular.woff2') format('woff2'),
		url('PTSerif-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: 'Apercu Pro';
	src: url('ApercuPro-Bold.woff2') format('woff2'),
		url('ApercuPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	}

