/*------FONTS------*/
@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('fonts/garamond/agaramondpro-regular-webfont.eot');
    src: url('fonts/garamond/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamond/agaramondpro-regular-webfont.woff') format('woff'),
         url('fonts/garamond/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('fonts/garamond/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansRegular';
    src: url('fonts/gillsans/gillsans-webfont.eot');
    src: url('fonts/gillsans/gillsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gillsans/gillsans-webfont.woff') format('woff'),
         url('fonts/gillsans/gillsans-webfont.ttf') format('truetype'),
         url('fonts/gillsans/gillsans-webfont.svg#GillSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
