/* ===== Gotham Thin (100) */
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Thin.woff2") format("woff2"), url("Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-ThinItalic.woff2") format("woff2"), url("Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

/* ===== Gotham Light (300) */
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Light.woff2") format("woff2"), url("Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-LightItalic.woff2") format("woff2"), url("Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

/* ===== Gotham Book (Normal / 400) */
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Book.woff") format("woff"), url("Gotham-Book.woff2") format("woff2"), url("Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-BookItalic.woff2") format("woff2"), url("Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

/* ===== Gotham Medium (500) */
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Medium.woff") format("woff"), url("Gotham-Medium.woff2") format("woff2"), url("Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-MediumItalic.woff2") format("woff2"), url("Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

/* ===== Gotham Bold (Bold / 700) */
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Bold.woff2") format("woff2"), url("Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-BoldItalic.woff2") format("woff2"), url("Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/* ===== Gotham Black (900) */
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Black.woff2") format("woff2"), url("Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
