/*
    Document   : fonts
    Created on : Feb 04, 2015, 11:08:50 AM
    Author     : Avinash Lad
    Description:
        All Fonts used in website are mentioned here.
*/
@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/roboto-light/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-light/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-light/Roboto-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-light/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-light/Roboto-Light.svg#robotolight') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/roboto-medium/Roboto-Medium.eot');
    src: url('../fonts/roboto-medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-medium/Roboto-Medium.woff') format('woff'),
    url('../fonts/roboto-medium/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/roboto-medium/Roboto-Medium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/roboto-regular/Roboto-Regular.eot');
    src: url('../fonts/roboto-regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular/Roboto-Regular.woff') format('woff'),
    url('../fonts/roboto-regular/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/roboto-regular/Roboto-Regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}