/* ukulele-schoppe.de BASICS CSS */
/* 2019-02-25 */
/* FONTS */



/* TradeGothicLT */
@font-face {
	font-family: AstoriaStrong;
	src: url( ../ttf/AstoriaStrong.otf );
	src: url( ../ttf/AstoriaStrong.ttf ) format('truetype');
	font-weight: bold;
	font-style: normal;
}




/* TradeGothicLT */
@font-face {
	font-family: TradeGothicLT;
	src: url( ../ttf/TradeGothicLT.otf );
	src: url( ../ttf/TradeGothicLT.ttf ) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* TradeGothicLTBoldTwo */
@font-face {
	font-family: TradeGothicLTBoldTwo;
	src: url( ../ttf/TradeGothicLTBoldTwo.otf );
	src: url( ../ttf/TradeGothicLTBoldTwo.ttf ) format('truetype');
	font-weight: bold;
	font-style: normal;
}


