/*  Normal */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(https://n1markets.com/fonts/GothamMedium.tff) format('tff');
}
/*  Medium */
@font-face {
  font-family: 'Gotham';
  font-style: medium;
  font-weight: 500;
  src: url(https://n1markets.com/fonts/GothamMedium.tff) format('tff');
}
/*  Bold */
@font-face {
  font-family: 'Gotham';
  font-style: bold;
  font-weight: 700;
  src: url(https://n1markets.com/fonts/GothamBold.tff) format('tff');
}


body {
  font-family: 'Gotham', sans-serif !important;
}