/* ================================================================
   TYPOGRAPHY
================================================================ */

h1, h2, h3, h4  {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
  line-height: 1.15;

}
h1  {
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  font-weight: 800;
  background: var(--grad-white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}
h2  {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 700;
  background: var(--grad-white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}
p  {
  font-family: "Inter", sans-serif;
  font-size: 0.97rem;
  line-height: 1.75;

}