@font-face {
  font-family: "DIN-Bold";
  src: url('../fonts/DIN-Bold.eot');
  src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DIN-Bold.woff') format('woff'),
         url('../fonts/DIN-Bold.ttf') format('truetype'),
         url('../fonts/DIN-Bold.svg#DINBold') format('svg');    
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN-Regular";
  src: url('../fonts/DIN-Regular.eot');
  src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DIN-Regular.woff') format('woff'),
       url('../fonts/DIN-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN-Light";
  src: url('../fonts/DIN-Light.eot');
  src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DIN-Light.woff') format('woff'),
       url('../fonts/DIN-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "motus";
  src:url("../fonts/motus.eot");
  src:url("../fonts/motus.eot?#iefix") format("embedded-opentype"),
    url("../fonts/motus.woff") format("woff"),
    url("../fonts/motus.ttf") format("truetype"),
    url("../fonts/motus.svg#motus") format("svg");
  font-weight: normal;
  font-style: normal;

}