/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=f148b716-24f4-429f-b5ae-7eb2ee77e970");

/* Gotham Narrow Black - For H1, H2, H3, nav bar, label, error message */
@font-face {
  font-family: "GothamNarrowBlack";
  font-style: normal;
  font-weight: 800;
  font-stretch: semi-condensed;
  font-display: swap;
  src: url('Gotham/GothamNarrow_normal_semi-condensed_800.woff2') format('woff2'), url('Gotham/GothamNarrow_normal_semi-condensed_800.woff') format('woff');
}

/* Gotham Narrow Book - For body-copy, legal-copy */
@font-face {
  font-family: "GothamNarrowBook";
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-condensed;
  font-display: swap;
  src: url('Gotham/GothamNarrow_normal_semi-condensed_400.woff2') format('woff2'), url('Gotham/GothamNarrow_normal_semi-condensed_400.woff') format('woff');
}
