/*
 * Font face
 */
@font-face {
    font-family: 'DINOT';
    src:    url('dinot-regular-webfont.eot?') format('eot'),
            url('dinot-regular-webfont.svg#webfontcaIcPI7c') format('svg'), 
            url('dinot-regular-webfont.woff') format('woff'),
            url('dinot-regular-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOTBlack';
    src: url('dinot-black-webfont.eot?') format('eot'), url('dinot-black-webfont.svg#webfontcaIcPI7c') format('svg'),
         url('dinot-black-webfont.woff') format('woff'),
         url('dinot-black-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOT';
    src: url('dinot-bold-webfont.eot?') format('eot'), url('dinot-bold-webfont.svg#webfontcaIcPI7c') format('svg'),
         url('dinot-bold-webfont.woff') format('woff'),
         url('dinot-bold-webfont.ttf') format('truetype');
         
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DINOT';
    src: url('dinot-light-webfont.eot?') format('eot'), url('dinot-light-webfont.svg#webfontcaIcPI7c') format('svg'),
         url('dinot-light-webfont.woff') format('woff'),
         url('dinot-light-webfont.ttf') format('truetype');
         
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DINOTMedium';
    src: url('dinot-medium-webfont.eot?') format('eot'),
         url('dinot-medium-webfont.woff') format('woff'),
         url('dinot-medium-webfont.ttf') format('truetype'),
         url('dinot-medium-webfont.svg#webfontcaIcPI7c') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifRegular';
    src: url('droidserif-regular-webfont.eot?') format('eot'),
         url('droidserif-regular-webfont.woff') format('woff'),
         url('droidserif-regular-webfont.ttf') format('truetype'),
         url('droidserif-regular-webfont.svg#webfontLmCgqjW6') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifBold';
    src: url('droidserif-bold-webfont.eot?') format('eot'),
         url('droidserif-bold-webfont.woff') format('woff'),
         url('droidserif-bold-webfont.ttf') format('truetype'),
         url('droidserif-bold-webfont.svg#webfontLmCgqjW6') format('svg');
    font-weight: normal;
    font-style: normal;
}