/* Self-hostade typsnitt for inkomstforsakring.nu (fontsource woff2).
   Aldrig Google Fonts-CDN: det skickar besokarens IP till Google.

   Source Serif 4 for rubriker: seriost utan att bli kyligt, och varmare an de
   grotesker natverkets ovriga finanssajter anvander.
   Public Sans for brodtext: ritat for amerikansk offentlig forvaltning, alltsa
   optimerat for myndighetstext som maste ga att lita pa och lasa snabbt. Passar
   en sajt om ersattningsnivaer och kvalifikationsregler battre an en neutral UI-font. */

/* Source Serif 4 - rubriker */
@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("source-serif-4-400.woff2") format("woff2");
}
@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("source-serif-4-600.woff2") format("woff2");
}
@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("source-serif-4-700.woff2") format("woff2");
}

/* Public Sans - brodtext */
@font-face {
	font-family: "Public Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("public-sans-400.woff2") format("woff2");
}
@font-face {
	font-family: "Public Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("public-sans-600.woff2") format("woff2");
}
@font-face {
	font-family: "Public Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("public-sans-700.woff2") format("woff2");
}
