/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=a9343cd6-163a-4619-8eb6-0400571cdaf3");

@font-face {
  font-family: GothamBook;
  src: url("/assets-f/fonts/b06d5950277d5c.woff2") format("woff2"),
    url(/assets-f/fonts/c2e3a417e03357.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: GothamBookItalic;
  src: url(/assets-f/fonts/d9c9adac3e54c1.woff2)
      format("woff2"),
    url(/assets-f/fonts/77be9ee2f79003.woff)
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: GothamMedium;
  src: url("/assets-f/fonts/49a74a3b05825a.woff2")
      format("woff2"),
    url(/assets-f/fonts/46627112db8d98.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: GothamBold;
  src: url(/assets-f/fonts/cbc5670a36b3ff.woff2) format("woff2"),
    url(/assets-f/fonts/2e6d148f9d65cf.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: GothamBlack;
  src: url("/assets-f/fonts/6999ac64910d31.woff2") format("woff2"),
    url(/assets-f/fonts/c5c1de957e8e5e.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
