@font-face {
    font-family: 'GillSansMT';
    src: url('/css/fonts/gil.eot');
    src: url('/css/fonts/gil.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/gil.woff') format('woff'),
        url('/css/fonts/gil.ttf') format('truetype'),
        url('/css/fonts/gil.svg#gil') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansMT-Bold';
    src: url('/css/fonts/gilb.eot');
    src: url('/css/fonts/gilb.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/gilb.woff') format('woff'),
        url('/css/fonts/gilb.ttf') format('truetype'),
        url('/css/fonts/gilb.svg#gilb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansMT-Condensed';
    src: url('/css/fonts/gilc.eot');
    src: url('/css/fonts/gilc.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/gilc.woff') format('woff'),
        url('/css/fonts/gilc.ttf') format('truetype'),
        url('/css/fonts/gilc.svg#gilc') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'OpenSansLight';
    font-style:normal;
    font-weight:300;
    src:local('Open Sans Light'),
        local('OpenSans-Light'),
        url('/css/fonts/OpenSansLight.woff') format('woff')
}
@font-face{
    font-family:'OpenSans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'),
        local('OpenSans'),
        url('/css/fonts/OpenSans.woff') format('woff')
}