/* ==========================================================================
   Fonty self-hosted (woff2, font-display:swap) — ZERO Google Fonts (locked).

   UWAGA (Faza 0 — do uzupełnienia): pliki .woff2 nie są jeszcze w pakiecie.
   Wgraj realne pliki fontów do assets/fonts/ pod nazwami poniżej — zanim to
   zrobisz, przeglądarka użyje fallbacków systemowych (są w każdej regule),
   więc strona nie jest niczym zablokowana, tylko wygląda nieco inaczej.

   Źródła (self-hosted, licencja OFL — legalne do hostowania własnego):
   - Space Grotesk: https://github.com/floriankarsten/space-grotesk (OFL)
   - Inter:         https://github.com/rsms/inter (OFL)
   - JetBrains Mono: https://github.com/JetBrains/JetBrainsMono (OFL)
   ========================================================================== */

@font-face {
	font-family: 'Space Grotesk';
	src: url('../fonts/space-grotesk-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Space Grotesk';
	src: url('../fonts/space-grotesk-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-mono-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-mono-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
