/* ==========================================================================
   Gotham Font Family - @font-face declarations
   All weights registered under a single "Gotham" family
   ========================================================================== */

/* Thin - 100 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-thin.woff2') format('woff2'),
         url('gotham-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Thin Italic - 100 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-thin-italic.woff2') format('woff2'),
         url('gotham-thin-italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Extra Light - 200 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-extra-light.woff2') format('woff2'),
         url('gotham-extra-light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Extra Light Italic - 200 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-extra-light-italic.woff2') format('woff2'),
         url('gotham-extra-light-italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

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

/* Book - 400 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-book.woff2') format('woff2'),
         url('gotham-book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

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

/* Bold Italic - 700 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-bold-italic.woff2') format('woff2'),
         url('gotham-bold-italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Black - 800 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-black.woff2') format('woff2'),
         url('gotham-black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Ultra - 900 */
@font-face {
    font-family: 'Gotham';
    src: url('gotham-ultra.woff2') format('woff2'),
         url('gotham-ultra.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
