/* Self-hosted Playfair Display (variable, subset til latin + dansk).
   Ingen eksterne kald — GDPR-sikkert. */
@font-face {
	font-family: "Playfair Display";
	src: url("playfair.woff2") format("woff2");
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Playfair Display";
	src: url("playfair-italic.woff2") format("woff2");
	font-weight: 400 900;
	font-style: italic;
	font-display: swap;
}
