@font-face {
    font-family : 'Gotham';
    src         :
        url('../fonts/Gotham-Thin.eot')       format('embedded-opentype'),
        url('../fonts/Gotham-Thin.otf')              format('opentype'),
        url('../fonts/Gotham-Thin.woff')             format('woff'),
        url('../fonts/Gotham-Thin.ttf')              format('truetype'),
        url('../fonts/Gotham-Thin.svg')  format('svg');
    font-weight     : 100;
    font-style      : normal;
    font-display    : swap;
}

@font-face {
    font-family : 'Gotham';
    src         :
        url('../fonts/Gotham-Book.eot')       format('embedded-opentype'),
        url('../fonts/Gotham-Book.otf')              format('opentype'),
        url('../fonts/Gotham-Book.woff')             format('woff'),
        url('../fonts/Gotham-Book.ttf')              format('truetype'),
        url('../fonts/Gotham-Book.svg')  format('svg');
    font-weight     : normal;
    font-style      : normal;
    font-display    : swap;
}

@font-face {
    font-family : 'Gotham';
    src         :
        url('../fonts/Gotham-Bold.eot')       format('embedded-opentype'),
        url('../fonts/Gotham-Bold.otf')              format('opentype'),
        url('../fonts/Gotham-Bold.woff')             format('woff'),
        url('../fonts/Gotham-Bold.ttf')              format('truetype'),
        url('../fonts/Gotham-Bold.svg')  format('svg');
    font-weight     : bold;
    font-style      : normal;
    font-display    : swap;
}

@font-face {
    font-family : 'cunicons';
    src         :
        url('../fonts/cunicons.eot')         format('embedded-opentype'),
        url('../fonts/cunicons.woff')               format('woff'),
        url('../fonts/cunicons.ttf')                format('truetype'),
        url('../fonts/cunicons.svg')       format('svg');
    font-weight     : normal;
    font-style      : normal;
    font-display    : swap;
}