/**
 * Teletext grid font families.
 */

.retrotext-font-vt323 .retrotext-grid,
.retrotext-font-vt323 .retrotext-preview-viewport .retrotext-grid {
	font-family: "VT323", "Courier New", Courier, monospace;
	font-weight: 400;
}

.retrotext-font-ibm_plex_mono .retrotext-grid,
.retrotext-font-ibm_plex_mono .retrotext-preview-viewport .retrotext-grid {
	font-family: "IBM Plex Mono", "Courier New", Courier, monospace;
	font-weight: 500;
}

.retrotext-font-courier .retrotext-grid,
.retrotext-font-courier .retrotext-preview-viewport .retrotext-grid {
	font-family: "Courier New", Courier, "Lucida Console", monospace;
	font-weight: 700;
}
