@font-face {
	font-family: 'century';
	src: url('./CenturyGothic.ttf');
	src: local('CenturyGothic'), url('./CenturyGothic.ttf') format('truetype');
}
@font-face {
	font-family: 'arialN';
	src: url('./arial-narrow.ttf');
	src: local('arial-narrow'), url('./arial-narrow.ttf') format('truetype');
}