/* Fonts */

@font-face {

    font-family: 'Roboto Regular';

    src: url('../fonts/Proxima-Nova-Regular/Roboto-Regular.woff') format('woff'),

        url('../fonts/Proxima-Nova-Regular/Roboto-Bold.woff') format('woff'),
        
        url('../fonts/Proxima-Nova-Regular/georgiai.woff') format('woff'),
        
        url('../fonts/Proxima-Nova-Regular/georgiaz.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Roboto Bold';

    src: url('../fonts/Proxima-Nova-Regular/Roboto-Bold.woff') format('woff'),

        url('../fonts/Proxima-Nova-Bold/ProximaNova-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Gotham-Black';

    src: url('../fonts/Gotham-Black/Gotham-Black.woff2') format('woff2'),

    url('../fonts/Gotham-Black/Gotham-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Gotham-Bold';

    src: url('../fonts/Gotham-Bold/Gotham-Bold.woff2') format('woff2'),

        url('../fonts/Gotham-Bold/Gotham-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Gotham-Book';

    src: url('../fonts/Gotham-Book/Gotham-Book.woff2') format('woff2'),

        url('../fonts/Gotham-Book/Gotham-Book.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Gotham-Medium';

    src: url('../fonts/Gotham-Medium/Gotham-Medium.woff2') format('woff2'),

        url('../fonts/Gotham-Medium/Gotham-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Gotham-Thin';

    src: url('../fonts/Gotham-Thin/Gotham-Thin.woff2') format('woff2'),

        url('../fonts/Gotham-Thin/Gotham-Thin.woff') format('woff');

    font-weight: 100;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Proxima-Nova-Thin';

    src: url('../fonts/Proxinava-Thin/ProximaNovaT-Thin.woff2') format('woff2'),

        url('../fonts/Proxinava-Thin/ProximaNovaT-Thin.woff') format('woff');

    font-weight: 100;

    font-style: normal;

    font-display: swap;

}

