/* @font-face {
	font-family: 'SUIT';
	font-weight: 800;
	font-display: swap;
	src: url(./SUIT-ttf/SUIT-Heavy.ttf) format('truetype');
} */
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	font-display: swap;
	src: url(./SUIT-ttf/SUIT-ExtraBold.ttf) format('truetype');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	font-display: swap;
	src: url(./SUIT-ttf/SUIT-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	font-display: swap;
	src: url(./SUIT-ttf/SUIT-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	font-display: swap;
	src: url(./SUIT-ttf/SUIT-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	font-display: swap;
	src: url(./SUIT-ttf/SUIT-Light.ttf) format('truetype');
}