/* @font-face {
	font-family: "SourceHanSansJP";
	src: url("../../fonts/Source-han-vf/SourceHanSans-VF.otf.woff2")
		format("woff2");
	font-variation-settings:
		"wght" 450,
		"wdth" 100;
}

@font-face {
	font-family: "Barlow";
	src: url("../../fonts/Barlow/Barlow-Regular.ttf") format("truetype");
} */

body {
	font-family:
		"Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
		"Helvetica Neue", "Barlow", "Arial", "メイリオ", "游ゴシック",
		"Yu Gothic UI", "Noto Sans CJK", "Roboto", sans-serif;
}

.source-han-sans {
	font-family: "SourceHanSansJP", sans-serif;
}

.din-2014 {
	font-family: din-2014, sans-serif;
}
