/**
 * Self-hosted theme fonts.
 * font-display: swap avoids invisible text while fonts load.
 */

@font-face {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url( '../fonts/trebuc.ttf' ) format( 'truetype' );
}

@font-face {
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url( '../fonts/Trebuchet-MS-Italic.ttf' ) format( 'truetype' );
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url( '../fonts/open-sans-v44-latin-regular.woff2' ) format( 'woff2' );
}
