/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/Gotham-Black_0.otf")
    format("opentype");
  font-weight: 900; /* Black */
  font-style: normal;
}

/* Gotham Extra Light */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/Gotham-ExtraLight.otf")
    format("opentype");
  font-weight: 200; /* Extra Light */
  font-style: normal;
}

/* Gotham Thin */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/Gotham-Thin_0.otf")
    format("opentype");
  font-weight: 100; /* Thin */
  font-style: normal;
}

/* Gotham Thin Italic */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/Gotham-ThinItalic_0.otf")
    format("opentype");
  font-weight: 100; /* Thin */
  font-style: italic;
}

/* Gotham Ultra Italic */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/Gotham-UltraItalic_0.otf")
    format("opentype");
  font-weight: 900; /* Ultra Italic */
  font-style: italic;
}

/* Gotham Black Regular */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/Gotham-Black-Regular_0.ttf")
    format("truetype");
  font-weight: 900; /* Black */
  font-style: normal;
}

/* Gotham Bold Italic */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/GothamBoldItalic_0.ttf")
    format("truetype");
  font-weight: 700; /* Bold */
  font-style: italic;
}

/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/GothamBook_0.ttf")
    format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

/* Gotham Book Italic */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/GothamBookItalic_0.ttf")
    format("truetype");
  font-weight: 400; /* Regular */
  font-style: italic;
}

/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/GothamLight_0.ttf")
    format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}

/* Gotham Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/GothamLightItalic_0.ttf")
    format("truetype");
  font-weight: 300; /* Light */
  font-style: italic;
}

/* Gotham Medium Italic */
@font-face {
  font-family: "Gotham";
  src: url("/api/files/7617/new-pages/base-font/fonts/GothamMediumItalic_0.ttf")
    format("truetype");
  font-weight: 500; /* Medium */
  font-style: italic;
}
