@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoLight';
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype");
    font-weight: 300;
}