/* Gotham Font Family — WIDTH Brand Typography */

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

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

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

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

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

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

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

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

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

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