/*
 * Self-hosted fonts for the Education Pro (MDL) theme.
 *
 * Loaded locally instead of via fonts.googleapis.com so the font <link>
 * cannot be rewritten/stripped by page-optimization plugins (e.g. Smush's
 * output-buffer transform). Files live in ../fonts/.
 *
 * - Roboto Condensed: site-wide body/UI font. Variable font, weight axis 300-700
 *   (body uses 300, headings/bold use 700).
 * - Bangers: only *applied* via CSS on the Summer Reading page, but the face is
 *   defined globally so it's available wherever the theme references it.
 */

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/roboto-condensed.woff2') format('woff2');
}

@font-face {
	font-family: 'Bangers';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bangers.woff2') format('woff2');
}
