@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), url('/fonts/roboto-condensed/RobotoCondensed-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed'), url('/fonts/roboto-condensed/RobotoCondensed-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed'), url('/fonts/roboto-condensed/RobotoCondensed-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed'), url('/fonts/roboto-condensed/RobotoCondensed-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), url('/fonts/roboto-condensed/RobotoCondensed-Light.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed Light';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light'), url('/fonts/roboto-condensed/RobotoCondensed-LightItalic.woff') format('woff');
}