/* Hind */
@font-face {
	font-family: 'Hind';
	src: local('Hind Regular'), local('Hind-Regular'),
		url('../../fonts/Hind-Regular.woff') format('woff');
	font-weight: 100 200 300 400 500 600 700 800 900; /* range di pesi supportati */
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hind Light';
	src: local('Hind Light'), local('Hind-Light'),
		url('../../fonts/Hind-Light.woff') format('woff');
	font-weight: 100 200 300 400; /* range di pesi supportati */
	font-style: normal;
	font-display: swap;
}

/* PTSans-Narrow */
@font-face {
	font-family: 'PT Sans Narrow';
	src: local('PT Sans Narrow'), local('PTSans-Narrow'),
		url('../../fonts/PTSans-Narrow.woff2') format('woff2'),
		url('../../fonts/PTSans-Narrow.woff') format('woff');
	font-weight: 100 200 300 400 500 600 700 800 900; /* range di pesi supportati */
	font-style: normal;
	font-display: swap;
}

