/* Self-hostade typsnitt för gota.se (fontsource woff2). Bitter (slab-serif
   display, kulturarvskänsla) + Nunito Sans (body), 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: "Nunito Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("nunito-sans-400.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("nunito-sans-600.woff2") format("woff2");
}
