

@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-display: swap;
	src: local('NotoSansJP-Black'), url(./static/NotoSansJP-Black.ttf) format('TrueType');
}

@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	font-display: swap;
	src: local('NotoSansJP-ExtraBold'), url(./static/NotoSansJP-ExtraBold.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-display: swap;
	src: local('NotoSansJP-Bold'), url(./static/NotoSansJP-Bold.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-display: swap;
	src: local('NotoSansJP-SemiBold'), url(./static/NotoSansJP-SemiBold.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-display: swap;
	src: local('NotoSansJP-Medium'), url(./static/NotoSansJP-Medium.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-display: swap;
	src: local('NotoSansJP-Regular'), url(./static/NotoSansJP-Regular.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-display: swap;
	src: local('NotoSansJP-Light'), url(./static/NotoSansJP-Light.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-display: swap;
	src: local('NotoSansJP-ExtraLight'), url(./static/NotoSansJP-ExtraLight.ttf) format('TrueType');
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	font-display: swap;
	src: local('NotoSansJP-Thin'), url(./static/NotoSansJP-Thin.ttf) format('TrueType');
}