/* Self-hosted Poppins (latin + latin-ext), replaces the external Google Fonts <link>.
   Source: google-webfonts-helper (Poppins v24). Weights: 300/400/500/700 + 400 italic. */

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('poppins-v24-latin_latin-ext-300.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('poppins-v24-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('poppins-v24-latin_latin-ext-500.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('poppins-v24-latin_latin-ext-italic.woff2') format('woff2');
}
