/* Poppins */

@font-face {
	font-family: 'Poppins';
	src: url('hinted-subset-Poppins-Regular.woff2') format('woff2'),
	url('hinted-subset-Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('hinted-subset-Poppins-Italic.woff2') format('woff2'),
	url('hinted-subset-Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('hinted-subset-Poppins-SemiBold.woff2') format('woff2'),
	url('hinted-subset-Poppins-SemiBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('hinted-subset-Poppins-SemiBoldItalic.woff2') format('woff2'),
	url('hinted-subset-Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

/* Triangles */

@font-face {
	font-family: 'Triangles';
	src: url('hinted-subset-Triangles.woff2') format('woff2'),
	url('hinted-subset-Triangles.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}