@font-face {
	font-family: 'Friz_Quadrata';
	font-style: normal;
	font-weight: normal;
	src: local('Friz_Quadrata_TT'), url('Friz_Quadrata_TT.ttf') format('truetype');
font-display: swap;
}


@font-face {
	font-family: 'Friz_Quadrata';
	font-style: italic;
	font-weight: normal;
	src: local('FrizQuadrataCTT'), url('FrizQuadrataCTT.ttf') format('truetype');
font-display: swap;
}


@font-face {
	font-family: 'GOTHIC';
	font-style: normal;
	font-weight: 400;
	src: local('Century Gothic'), local('CenturyGothic'),
		url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic.woff') format('woff'),
		url('CenturyGothic.ttf') format('truetype');
	font-display: swap;
}


@font-face {
	font-family: 'GOTHIC';
	font-style: normal;
	font-weight: 600;
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic-Bold.woff') format('woff'),
		url('CenturyGothic-Bold.ttf') format('truetype');
	font-display: swap;
}  

.ff-friz_quadrata {
	font-family: 'Friz_Quadrata';
}

.ff-default {
	 font-family: 'GOTHIC';
}