/*
 * Lokálne fonty — žiadne volanie na Google Fonts (GDPR aj rýchlosť).
 * Súbory nie sú súčasťou zipu (licencie treba stiahnuť samostatne,
 * viď NAVOD.txt), ale toto CSS je pripravené presne na ne. Ak niektorý
 * súbor chýba, prehliadač automaticky použije systémový náhradný font
 * definovaný v style.css (var(--font-*)) — nič sa nerozbije.
 */

@font-face{
	font-family:'Inter';
	src:url('../fonts/Inter-Regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Inter';
	src:url('../fonts/Inter-Medium.woff2') format('woff2');
	font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Inter';
	src:url('../fonts/Inter-SemiBold.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Inter';
	src:url('../fonts/Inter-Bold.woff2') format('woff2');
	font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Fraunces';
	src:url('../fonts/Fraunces-Medium.woff2') format('woff2');
	font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Fraunces';
	src:url('../fonts/Fraunces-SemiBold.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Fraunces';
	src:url('../fonts/Fraunces-Bold.woff2') format('woff2');
	font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'IBM Plex Mono';
	src:url('../fonts/IBMPlexMono-Medium.woff2') format('woff2');
	font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'IBM Plex Mono';
	src:url('../fonts/IBMPlexMono-SemiBold.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
