/**
 * @file
 * The fonts used on this website
 *
 * Each fonts have their own weight and styles.
 * 
 */


/* Gotham Black - latin */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 900;
  font-display:swap;
  src: url('../fonts/Gotham-Black.eot'); /* IE9 Compat Modes */
  src: local('Gotham Black'), local('Gotham-Black'),
       url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham-Black.ttf') format('truetype'); /* Safari, Android, iOS */
}

