@font-face {
	font-family: 'Inter Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Inter Regular'), url('fonts/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Inter Medium'), url('fonts/Inter-Medium.woff') format('woff');
}
    
@font-face {
	font-family: 'Inter Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Inter Bold'), url('fonts/Inter-Bold.woff') format('woff');
}