/*
Self-hosted terminal fonts in the spirit of TRAMOIA-sh/TRAMOIA-sh.github.io.
Drop the .woff files under /public/fonts/tramoia/ with the filenames below.
*/
@font-face {
	font-family: "RunvSquareTerminal";
	src: url("/fonts/tramoia/Web437_IBM_VGA_8x14.woff") format("woff"),
		url("/fonts/tramoia/WebPlus_IBM_VGA_8x16.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "RunvSquareTerminalCompact";
	src: url("/fonts/tramoia/WebPlus_ToshibaSat_8x14.woff") format("woff"),
		url("/fonts/tramoia/Web437_IBM_VGA_9x8.woff") format("woff"),
		url("/fonts/tramoia/WebPlus_HP_100LX_6x8.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
