/* Self-hostade typsnitt för writing.se (fontsource woff2). Schibsted Grotesk
   (display) + Crimson Pro (brödtext), unikt par i portföljen. */
@font-face {
	font-family: "Schibsted Grotesk";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("schibsted-grotesk-600.woff2") format("woff2");
}
@font-face {
	font-family: "Schibsted Grotesk";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("schibsted-grotesk-700.woff2") format("woff2");
}
@font-face {
	font-family: "Crimson Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("crimson-pro-400.woff2") format("woff2");
}
@font-face {
	font-family: "Crimson Pro";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("crimson-pro-600.woff2") format("woff2");
}
