@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: normal;
    src:
        /* from https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4BA.woff2 */
        url('fonts/Hind.woff2') format('woff2'),
        /* from https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4Ag.woff */
        url('fonts/Hind.woff') format('woff'),
        /* from https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4AA.eot */
        url('fonts/Hind.eot?#iefix') format('embedded-opentype'),
        /* from https://fonts.gstatic.com/l/font?kit=5aU69_a8oxmIdGl4Aw&skey=88b46a73a32439b3&v=v16#Hind */
        url('fonts/Hind.svg#Hind') format('svg'),
        /* from https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4AQ.ttf */
        url('fonts/Hind.ttf') format('truetype');
}


@font-face {
    font-family: 'Noto Sans Light';
    src: local('Noto Sans Light'),
         url('fonts/NotoSans-Light.ttf') format('truetype')
}