@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Public+Sans:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

@font-face {
    font-family: 'DIN 2014';
    src: url('DIN2014-DemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('DIN2014-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
	font-family: 'Noto Sans CJK JP';
	/* お好きな名前にしましょう */
	src: url('NotoSansCJKjp-Black.otf');
	/* IE9以上用 */
	src: url('NotoSansCJKjp-Black.otf') format('embedded-opentype'),
		/* IE8以前用 */
		url('NotoSansCJKjp-Black.otf') format('otf'),
		/* モダンブラウザ用 */
		url('NotoSansCJKjp-Black.otf') format('truetype');
	/* iOS, Android用 */
	font-weight: black;
	/* 念の為指定しておきます */
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans CJK JP';
	/* お好きな名前にしましょう */
	src: url('NotoSansCJKjp-Bold.otf');
	/* IE9以上用 */
	src: url('NotoSansCJKjp-Bold.otf') format('embedded-opentype'),
		/* IE8以前用 */
		url('NotoSansCJKjp-Bold.otf') format('otf'),
		/* モダンブラウザ用 */
		url('NotoSansCJKjp-Bold.otf') format('truetype');
	/* iOS, Android用 */
	font-weight: bold;
	/* 念の為指定しておきます */
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	/* お好きな名前にしましょう */
	src: url('Montserrat-Regular.ttf');
	/* IE9以上用 */
	src: url('Montserrat-Regular.ttf') format('embedded-opentype'),
		/* IE8以前用 */
		url('Montserrat-Regular.ttf') format('ttf'),
		/* モダンブラウザ用 */
		url('Montserrat-Regular.ttf') format('truetype');
	/* iOS, Android用 */
	font-weight: 400;
	/* 念の為指定しておきます */
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	/* お好きな名前にしましょう */
	src: url('Montserrat-Bold.ttf');
	/* IE9以上用 */
	src: url('Montserrat-Bold.ttf') format('embedded-opentype'),
		/* IE8以前用 */
		url('Montserrat-Bold.ttf') format('ttf'),
		/* モダンブラウザ用 */
		url('Montserrat-Bold.ttf') format('truetype');
	/* iOS, Android用 */
	font-weight: 700;
	/* 念の為指定しておきます */
	font-style: normal;
}