/* Sen @font-face kit */

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

@font-face {
    font-family: 'ProductSans';
    font-style: italic;
    font-weight: 400;
    src: local('Product Sans Italic'), url('../fonts/ProductSans/ProductSans-Italic.woff') format('woff');
}

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

@font-face {
    font-family: 'ProductSans';
    font-style: italic;
    font-weight: 200;
    src: local('Product Sans Thin Italic'), url('../fonts/ProductSans/ProductSans-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'ProductSans';
    font-style: italic;
    font-weight: 300;
    src: local('Product Sans Light Italic'), url('../fonts/ProductSans/ProductSans-LightItalic.woff') format('woff');
}

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

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

@font-face {
    font-family: 'ProductSans';
    font-style: italic;
    font-weight: 500;
    src: local('Product Sans Medium Italic'), url('../fonts/ProductSans/ProductSans-MediumItalic.woff') format('woff');
}

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

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

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

@font-face {
    font-family: 'ProductSans';
    font-style: italic;
    font-weight: 800;
    src: local('Product Sans Black Italic'), url('../fonts/ProductSans/ProductSans-BlackItalic.woff') format('woff');
}