/* Gotham files are user-provided from /Users/binbinsh/Google Drive/Fonts/Gotham.
 * The font is intentionally scoped to Latin ranges so CJK text falls through
 * to the platform CJK fonts in the project font stack.
 */

@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./gotham-book.otf") format("opentype");
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+0259,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0300-036F,
    U+1E00-1EFF,
    U+2000-206F,
    U+2074,
    U+20A0-20CF,
    U+2113,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Gotham Book";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./gotham-book-italic.otf") format("opentype");
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+0259,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0300-036F,
    U+1E00-1EFF,
    U+2000-206F,
    U+2074,
    U+20A0-20CF,
    U+2113,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("./gotham-medium.otf") format("opentype");
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+0259,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0300-036F,
    U+1E00-1EFF,
    U+2000-206F,
    U+2074,
    U+20A0-20CF,
    U+2113,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("./gotham-bold.otf") format("opentype");
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+0259,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0300-036F,
    U+1E00-1EFF,
    U+2000-206F,
    U+2074,
    U+20A0-20CF,
    U+2113,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Gotham Book";
  font-style: italic;
  font-weight: 700 900;
  font-display: swap;
  src: url("./gotham-bold-italic.otf") format("opentype");
  unicode-range:
    U+0000-00FF,
    U+0100-024F,
    U+0259,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0300-036F,
    U+1E00-1EFF,
    U+2000-206F,
    U+2074,
    U+20A0-20CF,
    U+2113,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
