/* Self-hosted brand fonts — RODO-friendly (no request to Google) and faster.
   Download the .woff2 files (latin + latin-ext for Polish glyphs) and place
   them in this folder (assets/fonts/). Recommended source:
   https://gwfh.mranftl.com/fonts  →  Baloo 2 (700, 800) and Nunito Sans (400, 600, 700, 800),
   charset: latin + latin-ext, format: woff2.
   If a file is missing the page falls back to the system stack cleanly. */

@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/baloo-2-v-latin-ext-700.woff2") format("woff2"),
	     url("../fonts/baloo-2-v-latin-700.woff2") format("woff2");
}
@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/baloo-2-v-latin-ext-800.woff2") format("woff2"),
	     url("../fonts/baloo-2-v-latin-800.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/nunito-sans-v-latin-ext-400.woff2") format("woff2"),
	     url("../fonts/nunito-sans-v-latin-400.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/nunito-sans-v-latin-ext-700.woff2") format("woff2"),
	     url("../fonts/nunito-sans-v-latin-700.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/nunito-sans-v-latin-ext-800.woff2") format("woff2"),
	     url("../fonts/nunito-sans-v-latin-800.woff2") format("woff2");
}
