/* gotham-book-300 - latin */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/gotham-light-webfont.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/gotham-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/gotham-light-webfont.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/gotham-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/gotham-light-webfont.svg#Gotham') format('svg'); /* Legacy iOS */
}

/* gotham-book-regular - latin */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gotham-book-webfont.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/gotham-book-webfont.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/gotham-book-webfont.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/gotham-book-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/gotham-book-webfont.svg#Gotham') format('svg'); /* Legacy iOS */
}

/* gotham-book-700 - latin */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/gotham-bold-webfont.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/gotham-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/gotham-bold-webfont.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/gotham-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/gotham-bold-webfont.svg#Gotham') format('svg'); /* Legacy iOS */
}

/* Baskerville-Italic-400 - latin */
@font-face {
  font-family: 'Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Baskerville-Italic.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/Baskerville-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/Baskerville-Italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/Baskerville-Italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/Baskerville-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/Baskerville-Italic.svg#Baskerville-Italic') format('svg'); /* Legacy iOS */
}