/*
 * RobotThoughts — self-hosted fonts.
 * Loaded ahead of theme.css so custom properties resolve correctly.
 */

/* ---- Press Start 2P (display / pixel) ---- */
@font-face {
	font-family: 'Press Start 2P';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/PressStart2P-Regular.ttf') format('truetype'),
	     url('https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nWivN04w.woff2') format('woff2');
}

/* ---- IBM Plex Mono (body / UI / code) ---- */
@font-face { font-family: 'IBM Plex Mono'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype'); }
@font-face { font-family: 'IBM Plex Mono'; font-weight: 400; font-style: italic; font-display: swap; src: url('../fonts/IBMPlexMono-Italic.ttf') format('truetype'); }
@font-face { font-family: 'IBM Plex Mono'; font-weight: 500; font-style: normal; font-display: swap; src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype'); }
@font-face { font-family: 'IBM Plex Mono'; font-weight: 600; font-style: normal; font-display: swap; src: url('../fonts/IBMPlexMono-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'IBM Plex Mono'; font-weight: 700; font-style: normal; font-display: swap; src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype'); }
