:root {
--gp-font--inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--gp-font--cormorant-garamond: "Cormorant Garamond", Georgia, serif;
}

@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	src: url('inter/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	src: url('inter/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	src: url('inter/inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	src: url('inter/inter-latin-700-normal.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 600;
	src: url('cormorant-garamond/cormorant-garamond-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 700;
	src: url('cormorant-garamond/cormorant-garamond-latin-700-normal.woff2') format('woff2');
}
