/* Roboto Font */
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/newDesign/roboto/Roboto-Light.eot');
    src: url('../../fonts/newDesign/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/newDesign/roboto/Roboto-Light.woff2') format('woff2'),
        url('../../fonts/newDesign/roboto/Roboto-Light.woff') format('woff'),
        url('../../fonts/newDesign/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/newDesign/roboto/Roboto-Regular.eot');
    src: url('../../fonts/newDesign/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/newDesign/roboto/Roboto-Regular.woff2') format('woff2'),
        url('../../fonts/newDesign/roboto/Roboto-Regular.woff') format('woff'),
        url('../../fonts/newDesign/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/newDesign/roboto/Roboto-Medium.eot');
    src: url('../../fonts/newDesign/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/newDesign/roboto/Roboto-Medium.woff2') format('woff2'),
        url('../../fonts/newDesign/roboto/Roboto-Medium.woff') format('woff'),
        url('../../fonts/newDesign/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/newDesign/roboto/Roboto-Bold.eot');
    src: url('../../fonts/newDesign/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/newDesign/roboto/Roboto-Bold.woff2') format('woff2'),
        url('../../fonts/newDesign/roboto/Roboto-Bold.woff') format('woff'),
        url('../../fonts/newDesign/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/newDesign/roboto/Roboto-Black.eot');
    src: url('../../fonts/newDesign/roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/newDesign/roboto/Roboto-Black.woff2') format('woff2'),
        url('../../fonts/newDesign/roboto/Roboto-Black.woff') format('woff'),
        url('../../fonts/newDesign/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



/* Google Sans Font */
@font-face {
    font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Product Sans Regular'), url('../../fonts/newDesign/product-sans/ProductSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans Thin Regular';
    font-style: normal;
    font-weight: 100;
    src: local('Product Sans Thin Regular'), url('../../fonts/newDesign/product-sans/ProductSans-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans Light Regular';
    font-style: normal;
    font-weight: 300;
    src: local('Product Sans Light Regular'), url('../../fonts/newDesign/product-sans/ProductSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: 500;
    src: local('Product Sans Medium Regular'), url('../../fonts/newDesign/product-sans/ProductSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans Black Regular';
    font-style: normal;
    font-weight: 900;
    src: local('Product Sans Black Regular'), url('../../fonts/newDesign/product-sans/ProductSans-Black.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Product Sans Bold'), url('../../fonts/newDesign/product-sans/ProductSans-Bold.woff') format('woff');
}