/* Self-hostade typsnitt för pianokurser.se (fontsource woff2). Spectral
   (serif display) + Figtree (sans-brödtext), unikt par i portföljen. */
@font-face {
	font-family: "Spectral";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("spectral-600.woff2") format("woff2");
}
@font-face {
	font-family: "Spectral";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("spectral-700.woff2") format("woff2");
}
@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("figtree-400.woff2") format("woff2");
}
@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("figtree-600.woff2") format("woff2");
}
