
@font-face {
	font-family: 'inter';
	font-weight: 900;
	font-display: swap;
	src: url('/fonts/inter/inter-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 800;
	font-display: swap;
	src: url('/fonts/inter/inter-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/inter/inter-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/inter/inter-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/inter/inter-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/inter/inter-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/inter/inter-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 200;
	font-display: swap;
	src: url('/fonts/inter/inter-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'inter';
	font-weight: 100;
	font-display: swap;
	src: url('/fonts/inter/inter-Thin.ttf') format('truetype');
}
