/* Gotham Pro Font Family - Served from /assets/fonts/gotham/ in production */

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

/* Gotham Pro Light Italic */
@font-face {
  font-family: 'Gotham';
  src:
    url('./GothamPro-LightItalic.woff2') format('woff2'),
    url('./GothamPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

/* Gotham Pro Medium Italic */
@font-face {
  font-family: 'Gotham';
  src:
    url('./GothamPro-MediumItalic.woff2') format('woff2'),
    url('./GothamPro-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

/* Gotham Pro Black Italic */
@font-face {
  font-family: 'Gotham';
  src:
    url('./GothamPro-BlackItalic.woff2') format('woff2'),
    url('./GothamPro-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
