@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'GaramondPremrPro';
  src: url('/Content/font/GaramondPremrPro.eot');               /* per IE 5-8 */
  src: local('?'),                                         /* direttiva local per IE */
  url('/Content/font/GaramondPremrPro.woff') format('woff'),    /* Firefox 3.6+, Chrome 5.0+, IE 9.0+ */
  url('/Content/font/GaramondPremrPro.ttf') format('truetype'); /* Opera, Safari */
   font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Gothic';
  src: url('/Content/font/font/Gothic.eot');               /* per IE 5-8 */
  src: local('?'),                               /* direttiva local per IE */
  url('/Content/font/Gothic.woff') format('woff'),    /* Firefox 3.6+, Chrome 5.0+, IE 9.0+ */
  url('/Content/font/Gothic.ttf') format('truetype'); /* Opera, Safari */
   font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Gothic_bold';
  src: url('/Content/font/Gothic_bold.eot');               /* per IE 5-8 */
  src: local('?'),                                         /* direttiva local per IE */
  url('/Content/font/Gothic_bold.woff') format('woff'),    /* Firefox 3.6+, Chrome 5.0+, IE 9.0+ */
  url('/Content/font/Gothic_bold.ttf') format('truetype'); /* Opera, Safari */
   font-weight: normal;
    font-style: normal;
}

