@font-face {
  font-family: 'AptosNarrow';
  src: url('/fonts/Aptos-Narrow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AptosNarrowBold';
  src: url('/fonts/Aptos-Narrow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.AptosNarrowFont {
  font-family: 'AptosNarrow';
}

.AptosNarrowBoldFont {
  font-family: 'AptosNarrowBold';
}