/* Webfont: GillSans */@font-face {
    font-family: 'GillSans';
    src: url('/fonts/GillSans.eot'); /* IE9 Compat Modes */
    src: url('/fonts/GillSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/GillSans.woff') format('woff'), /* Modern Browsers */
         url('/fonts/GillSans.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/GillSans.svg#GillSans') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: GillSans-Light */@font-face {
    font-family: 'GillSans';
    src: url('/fonts/GillSans-Light.eot'); /* IE9 Compat Modes */
    src: url('/fonts/GillSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/GillSans-Light.woff') format('woff'), /* Modern Browsers */
         url('/fonts/GillSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/GillSans-Light.svg#GillSans-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}