@font-face{
    font-family:'AkzGroBE Light';
	src: url('../fonts/Berthold-akzidenz-grotesk-be-light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Berthold-akzidenz-grotesk-be-light.otf') format('opentype'),
	     url('../fonts/Berthold-akzidenz-grotesk-be-light.woff') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Berthold-akzidenz-grotesk-be-light.woff2') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face{
    font-family:'AkzGroBE Regular';
	src: url('../fonts/Berthold-akzidenz-grotesk-be-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Berthold-akzidenz-grotesk-be-regular.otf') format('opentype'),
	     url('../fonts/Berthold-akzidenz-grotesk-be-regular.woff') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Berthold-akzidenz-grotesk-be-regular.woff2') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face{
    font-family:'AkzGroBE Medium';
	src: url('../fonts/Berthold-akzidenz-grotesk-be-medium.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Berthold-akzidenz-grotesk-be-medium.otf') format('opentype'),
	     url('../fonts/Berthold-akzidenz-grotesk-be-mediuim.woff') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Berthold-akzidenz-grotesk-be-medium.woff2') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face{
    font-family:'AkzGroBE Bold';
	src: url('../fonts/Berthold-akzidenz-grotesk-be-bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Berthold-akzidenz-grotesk-be-bold.otf') format('opentype'),
	     url('../fonts/Berthold-akzidenz-grotesk-be-bold.woff') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Berthold-akzidenz-grotesk-be-bold.woff2') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

body {
    -moz-osx-font-smoothing: grayscale;     /* optimize font rendering */
    -webkit-font-smoothing: antialiased;    /* apply font anti-aliasing */
    text-rendering: optimizeLegibility;     /* emphasizes in legibility over rendering speed */
	-moz-font-feature-settings:"kern" 1;    /* turn on kerning, highly recomened */ 
    -ms-font-feature-settings:"kern" 1;     /* turn on kerning, highly recomened */ 
    -o-font-feature-settings:"kern" 1;      /* turn on kerning, highly recomened */
    -webkit-font-feature-settings:"kern" 1; /* turn on kerning, highly recomened */
    font-feature-settings:"kern" 1;         /* turn on kerning, highly recomened */
    font-kerning: normal;                   /* turn on kerning, highly recomened */

    font-feature-settings: "liga" on;       /* ligatures: on or off */
    font-feature-settings: "dlig" off;      /* discretionary-ligatures: on or off */
    font-feature-settings: "onum" off;      /* old-style-figures: on or off */
    font-feature-settings: "lnum" off;      /* lining-figures: on or off */
    font-feature-settings: "ss01" off;      /* alternate glyphs: on or off */
}
