@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Light"),
    local("Gotham-Light"),
    url("../fonts/gotham/Gotham-Light.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Light.woff") format("woff"),
    url("../fonts/gotham/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Book"),
    local("Gotham-Book"),
    url("../fonts/gotham/Gotham-Book.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Book.woff") format("woff"),
    url("../fonts/gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Book Italic"),
    local("Gotham-BookItalic"),
    url("../fonts/gotham/Gotham-BookItalic.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-BookItalic.woff") format("woff"),
    url("../fonts/gotham/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Medium"),
    local("Gotham-Medium"),
    url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Medium.woff") format("woff"),
    url("../fonts/gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Bold"),
    local("Gotham-Bold"),
    url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Bold.woff") format("woff"),
    url("../fonts/gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
