@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(/public/assets/fonts/Gotham/GothamPro-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(/public/assets/fonts/Gotham/GothamPro-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(/public/assets/fonts/Gotham/GothamPro.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(/public/assets/fonts/Gotham/GothamPro-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(/public/assets/fonts/Gotham/GothamPro-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(/public/assets/fonts/Gotham/GothamPro-MediumItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(/public/assets/fonts/Gotham/GothamPro-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(/public/assets/fonts/Gotham/GothamPro-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 900;
  src: url(/public/assets/fonts/Gotham/GothamPro-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 900;
  src: url(/public/assets/fonts/Gotham/GothamPro-BlackItalic.ttf) format('truetype');
}