@charset "utf-8";

@font-face {
    font-family: 'Hind';
    src: url('../fonts/hind/hind-regular-webfont.eot');
    src: url('../fonts/hind/hind-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hind/hind-regular-webfont.woff') format('woff'),
         url('../fonts/hind/hind-regular-webfont.woff') format('woff'),
         url('../fonts/hind/hind-regular-webfont.ttf') format('truetype'),
         url('../fonts/hind/hind-regular-webfont.svg#hindregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindsemibold';
    src: url('../fonts/hind/hind-semibold-webfont.eot');
    src: url('../fonts/hind/hind-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hind/hind-semibold-webfont.woff') format('woff'),
         url('../fonts/hind/hind-semibold-webfont.woff') format('woff'),
         url('../fonts/hind/hind-semibold-webfont.ttf') format('truetype'),
         url('../fonts/hind/hind-semibold-webfont.svg#hindsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hindmedium';
    src: url('../fonts/hind/hind-medium-webfont.eot');
    src: url('../fonts/hind/hind-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hind/hind-medium-webfont.woff') format('woff'),
         url('../fonts/hind/hind-medium-webfont.woff') format('woff'),
         url('../fonts/hind/hind-medium-webfont.ttf') format('truetype'),
         url('../fonts/hind/hind-medium-webfont.svg#hindmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindlight';
    src: url('../fonts/hind/hind-light-webfont.eot');
    src: url('../fonts/hind/hind-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hind/hind-light-webfont.woff') format('woff'),
         url('../fonts/hind/hind-light-webfont.woff') format('woff'),
         url('../fonts/hind/hind-light-webfont.ttf') format('truetype'),
         url('../fonts/hind/hind-light-webfont.svg#hindlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hindbold';
    src: url('../fonts/hind/hind-bold-webfont.eot');
    src: url('../fonts/hind/hind-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hind/hind-bold-webfont.woff') format('woff'),
         url('../fonts/hind/hind-bold-webfont.woff') format('woff'),
         url('../fonts/hind/hind-bold-webfont.ttf') format('truetype'),
         url('../fonts/hind/hind-bold-webfont.svg#hindbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
font-family: Hind, sans-serif;
}