@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('fonts/robotocondensed-regular.eot');
    src: url('fonts/robotocondensed-regular.eot') format('embedded-opentype'),
         url('fonts/robotocondensed-regular.woff2') format('woff2'),
         url('fonts/robotocondensed-regular.woff') format('woff'),
         url('fonts/robotocondensed-regular.ttf') format('truetype'),
         url('fonts/robotocondensed-regular.svg') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('fonts/robotocondensed-light.eot');
    src: url('fonts/robotocondensed-light.eot') format('embedded-opentype'),
         url('fonts/robotocondensed-light.woff2') format('woff2'),
         url('fonts/robotocondensed-light.woff') format('woff'),
         url('fonts/robotocondensed-light.ttf') format('truetype'),
         url('fonts/robotocondensed-light.svg') format('svg');
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.eot');
    src: url('fonts/robotocondensed-bold-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}