/* Czcionki hostowane lokalnie (nie z fonts.googleapis.com) — szybsze
   pierwsze wyrenderowanie strony, jedno mniej zewnętrzne połączenie.
   Podkrojone tylko do znaków łacińskich + polskich (ą,ć,ę,ł,ń,ó,ś,ź,ż). */

@font-face {
	font-family: 'Inter';
	src: url('Inter-Variable.woff2') format('woff2-variations'),
	     url('Inter-Variable.woff2') format('woff2');
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('Poppins-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
