
@font-face { 
	font-family: "AkzidenzGroteskStd-Regular"; 
	src: url("../fonts/AkzidenzGroteskStd-Regular.otf");
}


@font-face { 
	font-family: "AkzidenzGroteskStd-Bold"; 
	src: url("../fonts/AkzidenzGroteskStd-Bold.otf");
}

@font-face { 
	font-family: "AkzidenzGroteskStd-Super"; 
	src: url("../fonts/AkzidenzGroteskStd-Super.otf");
}

body {
	font-family: "AkzidenzGroteskStd-Regular";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	/* you'll need to adjust line-height and letter-spacing depending on the typeface you use '*/
	line-height: 1.5;
	letter-spacing: 0.01em; 
	text-rendering: optimizeLegibility; /* improves optical kerning */
}

h1, h2, h3, h4, h5, h6, { font-family: "AkzidenzGroteskStd-Bold"; }

strong {font-family: "AkzidenzGroteskStd-Super";}



