@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/gotham/GothamMedium.woff2') format('woff2'),
        url('/assets/fonts/gotham/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('/assets/fonts/gotham/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/gotham/GothamBook-Italic.woff2') format('woff2'),
        url('/assets/fonts/gotham/GothamBook-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/gotham/GothamBold.woff2') format('woff2'),
        url('/assets/fonts/gotham/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
  font-family: 'Gotham';
  src: url('Helvetica') format('woff2'),
        url('Helvetica') format('woff');
  unicode-range: U+0000-00AF; /* This works and is equivalent to U+0????? 
}*/