/*************** FONT ****************/

@font-face {
    font-family: 'sdi_medium';
    src: url('../fonts/sdi_medium.eot');
    src: url('../fonts/sdi_medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sdi_medium.woff') format('woff'),
         url('../fonts/sdi_medium.ttf') format('truetype'),
         url('../fonts/sdi_medium.svg#dinpromedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sdi_regular';
    src: url('../fonts/sdi_regular.eot');
    src: url('../fonts/sdi_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sdi_regular.woff') format('woff'),
         url('../fonts/sdi_regular.ttf') format('truetype'),
         url('../fonts/sdi_regular.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sdi_light';
    src: url('../fonts/sdi_light.eot');
    src: url('../fonts/sdi_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sdi_light.woff') format('woff'),
         url('../fonts/sdi_light.ttf') format('truetype'),
         url('../fonts/sdi_light.svg#dinprolight') format('svg');
    font-weight: normal;
    font-style: normal;

}