@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-thin-webfont.woff2") format("woff2"),
    url("gotham-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-xlight-webfont.woff2") format("woff2"),
    url("gotham-xlight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-light-webfont.woff2") format("woff2"),
    url("gotham-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-book-webfont.woff2") format("woff2"),
    url("gotham-book-webfont.woff") format("woff");
  font-weight: 325;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-medium-webfont.woff2") format("woff2"),
    url("gotham-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-bold-webfont.woff2") format("woff2"),
    url("gotham-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-black-webfont.woff2") format("woff2"),
    url("gotham-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  src:
    url("gotham-ultra-webfont.woff2") format("woff2"),
    url("gotham-ultra-webfont.woff") format("woff");
  font-weight: 950;
  font-style: normal;
}
