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

@font-face {
    font-family: 'regular';
    src: url('../font/GothamPro.woff2') format('woff2'),
        url('../font/GothamPro.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

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

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

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