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

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

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

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

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

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