/* Self hosted fonts — Baloo 2 (rounded display) + Nunito (warm body).
   No Google Fonts CDN: faster first paint and no third party requests,
   which also keeps the promise that everything stays on our own site.
   font-display:swap keeps text visible while the files load. */

/* ---- Baloo 2 (headings, buttons, labels) ---- */
@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/baloo2-latin-500-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/baloo2-latin-600-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/baloo2-latin-700-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/baloo2-latin-800-normal.woff2") format("woff2");
}

/* ---- Nunito (body / interface) ---- */
@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/nunito-latin-400-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/nunito-latin-400-italic.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/nunito-latin-600-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/nunito-latin-700-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/nunito-latin-800-normal.woff2") format("woff2");
}
