@font-face {
	font-family: 'LiberationSans';
	src: url('../font/LiberationSans.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'LiberationSans-Bold';
	src: url('../font/LiberationSans-Bold.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'AvantGardeGothicC';
	src: url('../font/AvantGardeGothicC.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'AvantGardeGothicC-Bold';
	src: url('../font/AvantGardeGothicC-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Avenir Next Pro Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../font-avenir-next-pro/regular') format('truetype');
}

@font-face {
	font-family: 'Avenir Next Pro Demi';
	font-weight: normal;
	font-style: normal;
	src: url('../font-avenir-next-pro/demi') format('truetype');
}

@font-face {
	font-family: 'Avenir Next Pro Medium';
	font-weight: normal;
	font-style: normal;
	src: url('../font-avenir-next-pro/medium') format('truetype');
} 