@font-face {
	font-family: 'Inter';
	src: local('Inter Regular'), local('Inter-Regular'),
	url('fontes/Inter-Regular.woff2') format('woff2'),
	url('fontes/Inter-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter Semi Bold'), local('Inter-SemiBold'),
	url('fontes/Inter-SemiBold.woff2') format('woff2'),
	url('fontes/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter Medium'), local('Inter-Medium'),
	url('fontes/Inter-Medium.woff2') format('woff2'),
	url('fontes/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

