/* Self-hosted variable fonts — no external font-CDN request. */

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cormorant-garamond.woff2') format('woff2-variations'), url('../fonts/cormorant-garamond.woff2') format('woff2');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2-variations'), url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/inter.woff2') format('woff2-variations'), url('../fonts/inter.woff2') format('woff2');
}
