
/* Import Fonts */

/* Garamond */
@font-face {
	font-family: 'Garamond';
	src: url('AGaramondPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Garamond';
	src: url('AGaramondPro-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Garamond';
	src: url('AGaramondPro-Bold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
}
