@font-face {
  font-family: 'agaramondpro-regular';
  src: url('../font/agaramondpro-regular.otf'); /* IE9 Compat Modes */
  src: url('../font/agaramondpro-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../font/agaramondpro-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/agaramondpro-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/agaramondpro-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/agaramondpro-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'agaramondpro-bold';
  src: url('../font/agaramondpro-bold.eot'); /* IE9 Compat Modes */
  src: url('../font/agaramondpro-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../font/agaramondpro-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/agaramondpro-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/agaramondpro-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/agaramondpro-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
@font-face {
    font-family: 'arialregular';
    src: url('../font/Arial-webfont.eot');
    src: url('../font/Arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Arial-webfont.woff2') format('woff2'),
         url('../font/Arial-webfont.woff') format('woff'),
         url('../font/Arial-webfont.ttf') format('truetype'),
         url('../font/Arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}