@font-face {
  font-family: 'DIN';
  src: url('../fonts/ff-din-regular.eot');
  src: url('../fonts/ff-din-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/ff-din-regular.woff') format('woff'), 
       url('../fonts/ff-din-regular.woff2') format('woff2'), 
       url('../fonts/ff-din-regular.ttf') format('truetype'), 
       url('../fonts/ff-din-regular.svg#DINRegular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/ff-din-medium.eot');
  src: url('../fonts/ff-din-medium.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/ff-din-medium.woff') format('woff'), 
       url('../fonts/ff-din-medium.woff2') format('woff2'), 
       url('../fonts/ff-din-medium.ttf') format('truetype'), 
       url('../fonts/ff-din-medium.svg#DINMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/ff-din-bold.eot');
  src: url('../fonts/ff-din-bold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/ff-din-bold.woff') format('woff'), 
       url('../fonts/ff-din-bold.woff2') format('woff2'), 
       url('../fonts/ff-din-bold.ttf') format('truetype'), 
       url('../fonts/ff-din-bold.svg#DINBold') format('svg');
  font-weight: 700;
  font-style: normal;
}