@font-face {
  font-family: 'DIN';
  src: url('din-black.eot');
  src: url('din-black.eot?#iefix') format('embedded-opentype'),
    url('din-black.woff') format('woff'),
    url('din-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('din-bold.eot');
  src: url('din-bold.eot?#iefix') format('embedded-opentype'),
    url('din-bold.woff') format('woff'),
    url('din-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('din-medium.eot');
  src: url('din-medium.eot?#iefix') format('embedded-opentype'),
  url('din-medium.woff') format('woff'),
  url('din-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('din-italic.eot');
  src: url('din-italic.eot?#iefix') format('embedded-opentype'),
  url('din-italic.woff') format('woff'),
  url('din-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'DIN';
  src: url('din-regular.eot');
  src: url('din-regular.eot?#iefix') format('embedded-opentype'),
  url('din-regular.woff') format('woff'),
  url('din-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('din-light.eot');
  src: url('din-light.eot?#iefix') format('embedded-opentype'),
  url('din-light.woff') format('woff'),
  url('din-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}