/* =======================
   Gotham
   ======================= */
@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_book-webfont.woff2') format('woff2'),
       url('./fonts/gotham_book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_bookitalic-webfont.woff2') format('woff2'),
       url('./fonts/gotham_bookitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_medium-webfont.woff2') format('woff2'),
       url('./fonts/gotham_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_mediumitalic-webfont.woff2') format('woff2'),
       url('./fonts/gotham_mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_bold-webfont.woff2') format('woff2'),
       url('./fonts/gotham_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_bolditalic-webfont.woff2') format('woff2'),
       url('./fonts/gotham_bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_black-webfont.woff2') format('woff2'),
       url('./fonts/gotham_black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/gotham_blackitalic-webfont.woff2') format('woff2'),
       url('./fonts/gotham_blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


/* =======================
   Gotham Narrow
   ======================= */
@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_light-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_lightitalic-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_book-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_bookitalic-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_bookitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_medium-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_mediumitalic-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_bold-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_bolditalic-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_black-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('./fonts/gothamnarrow_blackitalic-webfont.woff2') format('woff2'),
       url('./fonts/gothamnarrow_blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
