@font-face {
	font-family: 'ITC Avant Garde Gothic Std';
	font-style: normal;
    font-weight: 400;
    font-display: swap;
	src: local('ITC Avant Garde Gothic Std Book'), url(./fonts/ITCAvantGardeStdBk.woff) format('woff');
}

@font-face {
	font-family: 'ITC Avant Garde Gothic Std';
	font-style: bold;
	font-weight: 700;
	src: local('ITC Avant Garde Gothic Std Bold'), url(./fonts/ITCAvantGardeStdBold.woff) format('woff');
}