/* Fonts */
@font-face {
    font-family: 'HelveticaRounded';
    src: url("../fonts/HelveticaRoundedLTStd-Bd.otf") format("opentype");
}

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

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

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

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

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

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


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

@font-face {
    font-family: 'Anonymous Pro';
    src: url("../fonts/AnonymousPro-Regular.ttf") format("truetype");
}
