/* Gotham Webfont - @font-face declarations */

@font-face {
  font-family: 'Gotham';
  src: url('Gotham Thin.woff2') format('woff2'),
       url('Gotham Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham Thin Italic.woff2') format('woff2'),
       url('Gotham Thin Italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham Extra Light.woff2') format('woff2'),
       url('Gotham Extra Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham Extra Light Italic.woff2') format('woff2'),
       url('Gotham Extra Light Italic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gotham';
  src: url('Gotham Book.woff2') format('woff2'),
       url('Gotham Book.woff') format('woff');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

@font-face {
  font-family: 'Gotham';
  src: url('Gotham Ultra.woff2') format('woff2'),
       url('Gotham Ultra.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

