/*Sign In and Sign Up text fonts*/
@font-face {
    font-family: 'HelveticaRegular';
    src: url('../fonts/helr45w.eot');
    src: url('../fonts/helr45w.eot') format('embedded-opentype'),
         url('../fonts/helr45w.woff') format('woff'),
         url('../fonts/helr45w.ttf') format('truetype'),
         url('../fonts/helr45w.svg#HelveticaRegular') format('svg');
}
/*Slider Message text fonts*/
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto-light_0.eot');
    src: url('../fonts/roboto-light_0.eot') format('embedded-opentype'),
         url('../fonts/roboto-light_0.woff') format('woff'),
         url('../fonts/roboto-light_0.ttf') format('truetype'),
         url('../fonts/roboto-light_0.svg#RobotoLight') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
