@font-face {
	font-family: 'ABC Repro';
	src:	url( 'ABCRepro-Screen.woff2' ) format( 'woff2' ),
			url( 'ABCRepro-Screen.woff' ) format( 'woff' );
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ABC Repro';
	src:	url( 'ABCRepro-ScreenItalic.woff2' ) format( 'woff2' ),
			url( 'ABCRepro-ScreenItalic.woff' ) format( 'woff' );
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'ABC Repro';
	src:	url( 'ABCRepro-Bold.woff2' ) format( 'woff2' ),
			url( 'ABCRepro-Bold.woff' ) format( 'woff' );
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'ABC Repro';
	src:	url( 'ABCRepro-BoldItalic.woff2' ) format( 'woff2' ),
			url( 'ABCRepro-BoldItalic.woff' ) format( 'woff' );
	font-weight: 700;
	font-style: italic;
}