/* Roboto regular */

@font-face {
    font-family: "Roboto";
    src: url("Roboto-Regular.eot");
    src: url("Roboto-Regular.eot?#iefix") format('embedded-opentype'),
         url("Roboto-Regular.woff2") format('woff2'),
         url("Roboto-Regular.woff") format('woff'),
         url("Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* Roboto Light */

@font-face {
    font-family: "Roboto";
    src: url("Roboto-Light.eot");
    src: url("Roboto-Light.eot?#iefix") format('embedded-opentype'),
         url("Roboto-Light.woff2") format('woff2'),
         url("Roboto-Light.woff") format('woff'),
         url("Roboto-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}


/* Roboto Bold */

@font-face {
    font-family: "Roboto";
    src: url("Roboto-Bold.eot");
    src: url("Roboto-Bold.eot?#iefix") format('embedded-opentype'),
         url("Roboto-Bold.woff2") format('woff2'),
         url("Roboto-Bold.woff") format('woff'),
         url("Roboto-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}