@font-face {
	font-family: 'ABC Whyte';
	font-style: normal;
	font-display: swap;

	src:	url( 'ABCWhyte-Regular.woff2' ) format( 'woff2' ),
			url( 'ABCWhyte-Regular.woff' ) format( 'woff' )
			;
}

@font-face {
	font-family: 'ABC Whyte';
	font-style: italic;
	font-display: swap;

	src:	url( 'ABCWhyte-RegularItalic.woff2' ) format( 'woff2' ),
			url( 'ABCWhyte-RegularItalic.woff' ) format( 'woff' )
			;
}