/* /styles/fonts.css */
@font-face {
  font-family: 'GothamBold';
  src: url('/fonts/GothamBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamLight';
  src: url('/fonts/GothamLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}