/* @import must be at top of file, otherwise CSS will not work */
@import url("1.css");
  
@font-face {
  font-family: "GothamNarrowBook";
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
  src: url('../fonts/gothamnarrowbook_normal_condensed.woff2') format('woff2'), url('../fonts/gothamnarrowbook_normal_condensed.woff') format('woff');
}
@font-face {
  font-family: "GothamNarrowBold";
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
  src: url('../fonts/gothamnarrowbold_normal_condensed.woff2') format('woff2'), url('../fonts/gothamnarrowbold_normal_condensed.woff') format('woff');
}
@font-face {
  font-family: "GothamBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/gothambold_normal_normal.woff2') format('woff2'), url('../fonts/gothambold_normal_normal.woff') format('woff');
}
@font-face {
    font-family: "GothamNarrowBookItalic";
    font-style: italic;
    font-stretch: condensed;
    font-display: swap;
    src: url('../fonts/gothamnarrowbookitalic_italic_condensed.woff2') format('woff2'), url('../fonts/gothamnarrowbookitalic_italic_condensed.woff') format('woff');
}
@font-face {
  font-family: "GothamBlack";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/gothamblack_normal_normal.woff2') format('woff2'), url('../fonts/gothamblack_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "GothamBook";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/gothambook_normal_normal.woff2') format('woff2'), url('../fonts/gothambook_normal_normal.woff') format('woff');
}