@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    src: url('../fonts/Gotham/GothamRounded-Light.otf');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 400;
    src: url('../fonts/Gotham/GothamRounded-Book.otf');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: italic;
    src: url('/wp-content/fonts/Gotham/GothamRounded-BookItalic.otf');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 500;
    src: url('/wp-content/fonts/Gotham/GothamRounded-Medium.otf');
}

@font-face {
    font-family: 'Gotham';
    font-weight: 700;
    /*src: url('../fonts/Gotham/GothamRounded-Bold.otf');*/
    src: url('/wp-content/fonts/Gotham/Gotham-Bold.ttf');
}