/** junge fonts start here **/

@font-face {
    font-family: 'jungeregular';
    src: url('/fonts/junge-regular-webfont.woff2') format('woff2'),
         url('/fonts/junge-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** junge fonts end here **/

/** myriad fonts start here **/

@font-face {
    font-family: 'myriad_prolight';
    src: url('/fonts/myriadpro-light-webfont.woff2') format('woff2'),
         url('/fonts/myriadpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'myriad_proregular';
    src: url('/fonts/myriadpro-regular-webfont.woff2') format('woff2'),
         url('/fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'myriad_probold';
    src: url('/fonts/myriadpro-bold-webfont.woff2') format('woff2'),
         url('/fonts/myriadpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/** myriad fonts end here **/


/** Helvetica font start from here **/

    @font-face {
        font-family: 'helveticaregular';
        src: url('/fonts/helvetica-webfont.woff2') format('woff2'),
             url('/fonts/helvetica-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    
    }

/** Helvetica font end here **/


/** Arial font start from here **/

@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('/fonts/ARIAL.woff') format('woff');
    }

/** Arial font end here **/


/** Times new roman start **/

@font-face {
    font-family: 'times_new_romanregular';
    src: url('/fonts/times-webfont.woff2') format('woff2'),
         url('/fonts/times-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** Times new roman end **/