/**
 * Local @font-face declarations
 *
 * Lexend (display) — Medium 500, SemiBold 600
 * IBM Plex Serif (body) — Regular 400, Italic 400i
 */

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-Medium-1.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-SemiBold-1.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Serif';
	src: url('../fonts/IBMPlexSerif-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Serif';
	src: url('../fonts/IBMPlexSerif-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
