/***** Fonts *****/
@font-face {
    font-family: "Roboto";
    src: url('/css/fonts/Roboto.woff') format('woff');
}
@font-face {
    font-family: "Roboto";
    src: url('/css/fonts/RobotoBold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url('/css/fonts/RobotoCondensed.woff') format('woff');
}
@font-face {
    font-family: "RobotoCondensed";
    src: url('/css/fonts/RobotoCondensedBold.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: "RobotoMedium";
    src: url('/css/fonts/Roboto.woff') format('woff');
    font-weight: 500;
}