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