/* Downloaded and adapted from https://checkmyworking.com/cm-web-fonts/ */

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunrm.woff2') format('woff2'), url('cmunrm.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunbx.woff2') format('woff2'), url('cmunbx.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunsl.woff2') format('woff2'), url('cmunsl.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunbl.woff2') format('woff2'), url('cmunbl.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
  font-family: "CMU Typewriter";
  src: url("cmuntt.woff2") format("woff2"), url("cmuntt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
