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

@font-face {
  font-family: 'GothamBook';
  font-style: 'normal';
  font-weight: 500;
  src:
    local(''),
    url('./fonts/GothamBook/GothamBook.otf') format('otf'),
    url('./fonts/GothamBook/GothamBook.ttf') format('ttf'),
    url('./fonts/GothamBook/GothamBook.woff2') format('woff2'),
    url('./fonts/GothamBook/GothamBook.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: 'normal';
  font-weight: 400;
  src:
    local(''),
    url('./fonts/Montserrat-Medium.ttf') format('truetype');
}