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

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

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

h1.font-black,
h2.font-black {
  color: #0a0a0a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

@media (min-width: 640px) {
  h1.font-black,
  h2.font-black {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  h1.font-black,
  h2.font-black {
    font-size: 48px;
  }
}

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