@charset "UTF-8";

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/noto-sans-jp-v36-latin_japanese-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('../fonts/noto-sans-jp-v36-latin_japanese-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	src: local(''),url('../fonts/barlow-v5-latin-700.woff2') format('woff2');
}