
@font-path: '/fonts';

/* poppins-300 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src:
		local('Poppins Light'),
		local('Poppins-Light'),
		url('@{font-path}/poppins-2026-300.woff2') format('woff2'),
		url('@{font-path}/poppins-2026-300.woff') format('woff');
}

/* poppins-500 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src:
		local('Poppins Medium'),
		local('Poppins-Medium'),
		url('@{font-path}/poppins-2026-500.woff2') format('woff2'),
		url('@{font-path}/poppins-2026-500.woff') format('woff');
}

/* poppins-600 */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src:
		local('Poppins SemiBold'),
		local('Poppins-SemiBold'),
		url('@{font-path}/poppins-2026-600.woff2') format('woff2'),
		url('@{font-path}/poppins-2026-600.woff') format('woff');
}
