/*////////////////////////

/// GOTHAM FONT ///

FONTS WEIGHTS

Thin:	200;
Light:	300;
Book:	400;
Medium:	500;
Bold:	600;
Black:	700;
Ultra:	800;

//////////////////////*/




/*///////////////////////////////////////*/
/*//  THIN  //*/
/*///////////////////////////////////////*/

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Thin.eot');
    src: url('Gotham-Thin.eot?#iefix') format('embedded-opentype'), url('Gotham-Thin.woff2') format('woff2'), url('Gotham-Thin.woff') format('woff'), url('Gotham-Thin.ttf') format('truetype'), url('Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/*///////////////////////////////////////*/
/*//  LIGHT  //*/
/*///////////////////////////////////////*/

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'), url('Gotham-Light.woff2') format('woff2'), url('Gotham-Light.woff') format('woff'), url('Gotham-Light.ttf') format('truetype'), url('Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*///////////////////////////////////////*/
/*//  BOOK  //*/
/*///////////////////////////////////////*/

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'), url('Gotham-Book.woff2') format('woff2'), url('Gotham-Book.woff') format('woff'), url('Gotham-Book.ttf') format('truetype'), url('Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*///////////////////////////////////////*/
/*//  MEDIUM  //*/
/*///////////////////////////////////////*/

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.eot');
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('Gotham-Medium.woff2') format('woff2'), url('Gotham-Medium.woff') format('woff'), url('Gotham-Medium.ttf') format('truetype'), url('Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*///////////////////////////////////////*/
/*//  BOLD  //*/
/*///////////////////////////////////////*/

@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Bold.eot');
  src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('Gotham-Bold.woff2') format('woff2'),
       url('Gotham-Bold.woff') format('woff'),
       url('Gotham-Bold.ttf') format('truetype'),
       url('Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*///////////////////////////////////////*/
/*//  BLACK  //*/
/*///////////////////////////////////////*/

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.eot');
    src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'), url('Gotham-Black.woff2') format('woff2'), url('Gotham-Black.woff') format('woff'), url('Gotham-Black.ttf') format('truetype'), url('Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*///////////////////////////////////////*/
/*//  ULTRA  //*/
/*///////////////////////////////////////*/

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Ultra.eot');
    src: url('Gotham-Ultra.eot?#iefix') format('embedded-opentype'), url('Gotham-Ultra.woff2') format('woff2'), url('Gotham-Ultra.woff') format('woff'), url('Gotham-Ultra.ttf') format('truetype'), url('Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
