/**
 * WKH Theme local fonts.
 *
 * Montserrat and Merriweather are bundled locally under the
 * SIL Open Font License 1.1. See assets/fonts/OFL-1.1.txt.
 */

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

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