@font-face {
	font-family: 'EditorsNote';
	src: url('editorsnote-regular.woff') format('woff');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'EditorsNoteItalic';
	src: url('editorsnote-italic.woff') format('woff');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'PrintedMoments';
	src: url('printedmoments.woff') format('woff');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}


h1 em,
h2 em,
h3 em,
h4 em {
	font-family: 'EditorsNoteItalic';
}