/* Roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;

    /* LOCAL */
    src: url(../fonts/Roboto-Medium.ttf) format("opentype");

    /* STAGING */
    /*src: url(/fonts/Roboto-Medium.ttf) format("opentype");*/

}

/* Roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;

    /* LOCAL */
    src: url(../fonts/Roboto-Bold.ttf) format("opentype");

    /* STAGING */
    /*src: url(/fonts/Roboto-Bold.ttf) format("opentype");*/
}

/* login password font - looks like password entry */
@font-face {
    font-family: 'login';
    font-style: normal;
    font-weight: 400;

    /* LOCAL */
    src: url(../fonts/login.ttf) format("opentype");

    /* STAGING */
    /*src: url(../fonts/login.ttf) format("opentype");*/
}
