@font-face {
	font-family: 'IBM Plex Sans JP';
	font-weight: 700;
	font-display: swap;
	src: url('./IBMPlexSansJP-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Sans JP';
	font-weight: 600;
	font-display: swap;
	src: url('./IBMPlexSansJP-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Sans JP';
	font-weight: 500;
	font-display: swap;
	src: url('./IBMPlexSansJP-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Sans JP';
	font-weight: 400;
	font-display: swap;
	src: url('./IBMPlexSansJP-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Sans JP';
	font-weight: 300;
	font-display: swap;
	src: url('./IBMPlexSansJP-Light.ttf') format('truetype');
}