/*******************************************************************************
 * TYPOGRAPHY
 ******************************************************************************/
@font-face {
  font-family: 'reg';
  src: url('/fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/MyriadPro-Regular-(2).woff') format('woff'), /* Modern Browsers */
    url('/fonts/MyriadPro-Regular.otf') format('opentype'),
    url('/fonts/MyriadPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'semi';
  src: url('/fonts/MyriadPro-Semibold.eot'); /* IE9 Compat Modes */
  src: url('/fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/MyriadPro-Semibold-(2).woff') format('woff'), /* Modern Browsers */
    url('/fonts/MyriadPro-Semibold.otf') format('opentype'),
    url('/fonts/MyriadPro-Semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'itcgio';
  src: url('/fonts/GiovanniStd-Book.eot'); /* IE9 Compat Modes */
  src: url('/fonts/GiovanniStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/GiovanniStd-Book-(1).woff') format('woff'), /* Modern Browsers */
    url('/fonts/GiovanniStd-Book.otf') format('opentype'),
    url('/fonts/giovanni.ttf') format('truetype');
}
