/* @group font faces */

@font-face {
	font-family: 'AdobeGaramondProRegular';
	src: url('../font/agaramondpro-regular-webfont.eot');
	src: url('../font/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/agaramondpro-regular-webfont.woff') format('woff'),
	     url('../font/agaramondpro-regular-webfont.ttf') format('truetype'),
	     url('../font/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */