/*
 * Self-hosted variable fonts.
 * Files are licensed under the SIL Open Font License 1.1.
 * Inter (c) Rasmus Andersson. Playfair Display (c) Claus Eggers Sorensen.
 */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/inter-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/playfair-display-variable.woff2") format("woff2");
}
