@font-face {
	font-family: 'D-DIN DIN-Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../font/D-DIN-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Zen Kaku Gothic Antique Bold';
	src: url('../font/ZenKakuGothicAntique-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zen Kaku Gothic Antique Medium';
	src: url('../font/ZenKakuGothicAntique-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fnt-din {
	font-family: 'D-DIN DIN-Bold';
}

.fnt-zenkaku-Bold {
	font-family: 'Zen Kaku Gothic Antique Bold';
}

.fnt-din2014 {
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
}