/******************************************************************************/
/******                          FONT FACE                               ******/
/******************************************************************************/

@font-face {
    font-family: 'Din';
    src: url('fonts/din.eot');
    src: url('fonts/din.otf');
    src: url('fonts/din.woff');
    src: url('fonts/din.eot#iefix') format('embedded-opentype'),
         url('fonts/din.ttf') format('truetype'),
         url('fonts/din.svg#Din') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinLight';
    src: url('fonts/dinLight.eot');
    src: url('fonts/dinLight.otf');
    src: url('fonts/dinLight.woff');
    src: url('fonts/dinLight.eot#iefix') format('embedded-opentype'),
         url('fonts/dinLight.ttf') format('truetype'),
         url('fonts/dinLight.svg#DinLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinBold';
    src: url('fonts/dinBold.eot');
    src: url('fonts/dinBold.otf');
    src: url('fonts/dinBold.woff');
    src: url('fonts/dinBold.eot#iefix') format('embedded-opentype'),
         url('fonts/dinBold.ttf') format('truetype'),
         url('fonts/dinBold.svg#DinBold') format('svg');
    font-weight: normal;
    font-style: normal;
}