@font-face {
    font-family: 'Gotham Rounded';
    src: url('gotham-rounded-light.woff2') format('woff2'),
         url('gotham-rounded-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('gotham-rounded-medium.woff2') format('woff2'),
         url('gotham-rounded-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}