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

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

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

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