@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(../../assets/fonts/AGaramondPro-Regular.woff2) format('woff2'),
	url(../../assets/fonts/AGaramondPro-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(../../assets/fonts/AGaramondPro-Italic.woff2) format('woff2'),
	url(../../assets/fonts/AGaramondPro-Italic.woff) format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(../../assets/fonts/AGaramondPro-Semibold.woff2) format('woff2'),
	url(../../assets/fonts/AGaramondPro-Semibold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(../../assets/fonts/AGaramondPro-SemiboldItalic.woff2) format('woff2'),
	url(../../assets/fonts/AGaramondPro-SemiboldItalic.woff) format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(../../assets/fonts/AGaramondPro-Bold.woff2) format('woff2'),
	url(../../assets/fonts/AGaramondPro-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(../../assets/fonts/AGaramondPro-BoldItalic.woff2) format('woff2'),
	url(../../assets/fonts/AGaramondPro-BoldItalic.woff) format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}