@font-face {
    font-family: DINStd;
    src: local('DIN Mittelschrift Std'),
         url('../font/DINStd.ttf');
}

@font-face {
	font-family: "Achemine";
	src: url("../font/AchemineRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Achemine";
	src: url("../font/AchemineBold.ttf") format("truetype");
	font-weight: bold;
}