@font-face {
   font-family: "DIN";
   src: url("fonts/DIN-Bold.ttf") format("truetype");
   font-weight: bold;
   font-style: normal;
}
@font-face {
   font-family: "DIN";
   src: url("fonts/DIN-Medium.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "DIN";
   src: url("fonts/DIN-Regular.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}